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.8.2
vault / bitchat-android / 0.8.2

bitchat-android @ 0.8.2

integrity

size
500.3 KiB
downloaded
last checked

release notes

A lot of housekeeping:

What's Changed

New Contributors

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

download

unix · zip
curl -fL -o 0.8.2.zip https://ratatoskr.space/pkg/bitchat-android/0.8.2.zip
                    printf '%s  %s\n' '07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433' '0.8.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.8.2.zip"
$out = "0.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.8.2.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.8.2.tar.gz
                    printf '%s  %s\n' '095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1' '0.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.8.2.tar.gz"
$out = "0.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.8.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.zip
                    printf '%s  %s\n' '07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433' '0.8.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.zip"
$out = "0.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.8.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.tar.gz
                    printf '%s  %s\n' '095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1' '0.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.tar.gz"
$out = "0.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1") { throw "sha256 mismatch" }
artifact format size hashes
0.8.2.zip zip 495.4 KiB
blake3-24 4d6cd03c0e08e89a21b4be5b505bea0398303743743dae35
sha256 07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433
sha1 d70b9ed2b9e113df5305963bda37314a6bbe6e64
0.8.2.tar.gz tar.gz 398.4 KiB
blake3-24 b33f2d859776d8dc6ebf6940c2c7ad80fa9a1ef4db0a417f
sha256 095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1
sha1 af03f617e3f67279e9cc17d3f93287991f64c525

install

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