yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/bitchat-android/1.7.2
vault / bitchat-android / 1.7.2

bitchat-android @ 1.7.2

integrity

size
12.0 MiB
downloaded
last checked

release notes

What's Changed

New Contributors

Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.7.1...1.7.2

download

unix · zip
curl -fL -o 1.7.2.zip https://ratatoskr.space/pkg/bitchat-android/1.7.2.zip
                    printf '%s  %s\n' '939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479' '1.7.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.2.zip"
$out = "1.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.2.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.7.2.tar.gz
                    printf '%s  %s\n' 'd63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657' '1.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.2.tar.gz"
$out = "1.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.7.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.zip
                    printf '%s  %s\n' '939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479' '1.7.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.zip"
$out = "1.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.tar.gz
                    printf '%s  %s\n' 'd63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657' '1.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.tar.gz"
$out = "1.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657") { throw "sha256 mismatch" }
artifact format size hashes
1.7.2.zip zip 12.5 MiB
blake3-24 713c87086c6bcb785141d08a45869ec40821dccac3b36234
sha256 939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479
sha1 7a3dd5cbf8a4d9f2c128431ad341a9d0e1531f1e
1.7.2.tar.gz tar.gz 12.3 MiB
blake3-24 32a8d55fb11959313b4efde7028781be3774c7ccbdda57ae
sha256 d63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657
sha1 91dc05d91b5684ffb47c38c87546dd2c862765fe

install

bazel
http_archive(
    name = "bitchat-android",
    urls = ["https://ratatoskr.space/pkg/bitchat-android/1.7.2.tar.gz"],
    integrity = "sha256-1j0mCqd6cxr9CWiaeX+Put2xOuCjsM4nJYy5u3t/Nlc=",
    strip_prefix = "bitchat-android-1.7.2",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.7.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.tar.gz"],
    integrity = "sha256-1j0mCqd6cxr9CWiaeX+Put2xOuCjsM4nJYy5u3t/Nlc=",
    strip_prefix = "bitchat-android-1.7.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.tar.gz",
← 1.7.31.7.1 →