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.0.0
vault / bitchat-android / 1.0.0

bitchat-android @ 1.0.0

integrity

size
571.9 KiB
downloaded
last checked

release notes

bitchat geohash

What's Changed

Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/0.9.0...1.0.0

download

unix · zip
curl -fL -o 1.0.0.zip https://ratatoskr.space/pkg/bitchat-android/1.0.0.zip
                    printf '%s  %s\n' '982de26d0d04e077be061586f9deea787e516dce410820299a3d8c80e1115c62' '1.0.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.0.0.zip"
$out = "1.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "982de26d0d04e077be061586f9deea787e516dce410820299a3d8c80e1115c62") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.0.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.0.0.tar.gz
                    printf '%s  %s\n' '3126fd8bcd8fd74d3d1844275edddffef5e67760be2248bb32e3a0f47b735f0c' '1.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.0.0.tar.gz"
$out = "1.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3126fd8bcd8fd74d3d1844275edddffef5e67760be2248bb32e3a0f47b735f0c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.0.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.0.0.zip
                    printf '%s  %s\n' '982de26d0d04e077be061586f9deea787e516dce410820299a3d8c80e1115c62' '1.0.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.0.0.zip"
$out = "1.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "982de26d0d04e077be061586f9deea787e516dce410820299a3d8c80e1115c62") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.0.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.0.0.tar.gz
                    printf '%s  %s\n' '3126fd8bcd8fd74d3d1844275edddffef5e67760be2248bb32e3a0f47b735f0c' '1.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.0.0.tar.gz"
$out = "1.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3126fd8bcd8fd74d3d1844275edddffef5e67760be2248bb32e3a0f47b735f0c") { throw "sha256 mismatch" }
artifact format size hashes
1.0.0.zip zip 566.7 KiB
blake3-24 3d9a17630a8f58b07b737b411e47d1bb7522d2840da5fa3e
sha256 982de26d0d04e077be061586f9deea787e516dce410820299a3d8c80e1115c62
sha1 9b39a0111eef4db7f69ecd3be2f324fcd55fe39d
1.0.0.tar.gz tar.gz 459.1 KiB
blake3-24 89ce0ad75a151b24e71581c0a69ac2b995623b5cffd1313c
sha256 3126fd8bcd8fd74d3d1844275edddffef5e67760be2248bb32e3a0f47b735f0c
sha1 1c0e16baebc61882e6855644c8db10053c0e0a68

install

bazel
http_archive(
    name = "bitchat-android",
    urls = ["https://ratatoskr.space/pkg/bitchat-android/1.0.0.tar.gz"],
    integrity = "sha256-MSb9i82P1009GEQnXt3f/vXmd2C+Iki7MuOg9HtzXww=",
    strip_prefix = "bitchat-android-1.0.0",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.0.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.0.0.tar.gz"],
    integrity = "sha256-MSb9i82P1009GEQnXt3f/vXmd2C+Iki7MuOg9HtzXww=",
    strip_prefix = "bitchat-android-1.0.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.0.0.tar.gz",
← 1.1.00.9.0 →