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/0.9.0
vault / bitchat-android / 0.9.0

bitchat-android @ 0.9.0

integrity

size
502.8 KiB
downloaded
last checked

release notes

new release with stability improvements and bitchat protocol updates. compatible with bitchat iOS 1.3.1.

What's Changed

New Contributors

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

download

unix · zip
curl -fL -o 0.9.0.zip https://ratatoskr.space/pkg/bitchat-android/0.9.0.zip
                    printf '%s  %s\n' '04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed' '0.9.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.9.0.zip"
$out = "0.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.9.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.9.0.tar.gz
                    printf '%s  %s\n' '94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f' '0.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.9.0.tar.gz"
$out = "0.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.9.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.zip
                    printf '%s  %s\n' '04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed' '0.9.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.zip"
$out = "0.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.9.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.tar.gz
                    printf '%s  %s\n' '94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f' '0.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.tar.gz"
$out = "0.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f") { throw "sha256 mismatch" }
artifact format size hashes
0.9.0.zip zip 497.4 KiB
blake3-24 92a827ee464cee9521739dc990d53b9b106b95376f2b76f8
sha256 04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed
sha1 644527196a2bce05e30b984038ae309872497c39
0.9.0.tar.gz tar.gz 401.7 KiB
blake3-24 5a6cb99ce19f40849d8e6b676b4b136317efa8f2e9bcfa40
sha256 94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f
sha1 7d6ab98f739cfd46452e9a49e2bf22a8326b20e7

install

bazel
http_archive(
    name = "bitchat-android",
    urls = ["https://ratatoskr.space/pkg/bitchat-android/0.9.0.tar.gz"],
    integrity = "sha256-lMVRHFJHjI/pLfvoTp+27Q7MCzxm1uVsM0A9QEqcon8=",
    strip_prefix = "bitchat-android-0.9.0",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/0.9.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.tar.gz"],
    integrity = "sha256-lMVRHFJHjI/pLfvoTp+27Q7MCzxm1uVsM0A9QEqcon8=",
    strip_prefix = "bitchat-android-0.9.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.tar.gz",
← 1.0.00.8.2 →