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.5.0
vault / bitchat-android / 1.5.0

bitchat-android @ 1.5.0

integrity

size
958.0 KiB
downloaded
last checked

release notes

What's Changed

New Contributors

Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.4.0...1.5.0

download

unix · zip
curl -fL -o 1.5.0.zip https://ratatoskr.space/pkg/bitchat-android/1.5.0.zip
                    printf '%s  %s\n' '699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00' '1.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.5.0.zip"
$out = "1.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.5.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.5.0.tar.gz
                    printf '%s  %s\n' 'bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870' '1.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.5.0.tar.gz"
$out = "1.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.zip
                    printf '%s  %s\n' '699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00' '1.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.zip"
$out = "1.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.tar.gz
                    printf '%s  %s\n' 'bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870' '1.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.tar.gz"
$out = "1.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870") { throw "sha256 mismatch" }
artifact format size hashes
1.5.0.zip zip 946.9 KiB
blake3-24 e92e674577a8eb39478da48d293d71a521bbf0a56ab7a5d6
sha256 699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00
sha1 5b3ddb42e479dd5db2128a15281f28d36a187b4d
1.5.0.tar.gz tar.gz 749.2 KiB
blake3-24 edb32c42aceddb4d03dbb86a548226c8de25108647393c3a
sha256 bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870
sha1 af91073b7e486bf4f47d87b8392cc8e38e9c6782

install

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