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.2.2
vault / bitchat-android / 1.2.2

bitchat-android @ 1.2.2

integrity

size
629.7 KiB
downloaded
last checked

release notes

privacy & security update

What's Changed

Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.2.1...1.2.2

download

unix · zip
curl -fL -o 1.2.2.zip https://ratatoskr.space/pkg/bitchat-android/1.2.2.zip
                    printf '%s  %s\n' '62ddda0c52a35f5f68e77bad74a05e8872c6a8a8a2daaf72da3718043ecfbcd3' '1.2.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.2.2.zip"
$out = "1.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "62ddda0c52a35f5f68e77bad74a05e8872c6a8a8a2daaf72da3718043ecfbcd3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.2.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.2.2.tar.gz
                    printf '%s  %s\n' 'a2e0b50456efed9f48750782b7d116b531dd8732ecffa19955afc27db3876e24' '1.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.2.2.tar.gz"
$out = "1.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a2e0b50456efed9f48750782b7d116b531dd8732ecffa19955afc27db3876e24") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.2.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.2.zip
                    printf '%s  %s\n' '62ddda0c52a35f5f68e77bad74a05e8872c6a8a8a2daaf72da3718043ecfbcd3' '1.2.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.2.zip"
$out = "1.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "62ddda0c52a35f5f68e77bad74a05e8872c6a8a8a2daaf72da3718043ecfbcd3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.2.tar.gz
                    printf '%s  %s\n' 'a2e0b50456efed9f48750782b7d116b531dd8732ecffa19955afc27db3876e24' '1.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.2.tar.gz"
$out = "1.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a2e0b50456efed9f48750782b7d116b531dd8732ecffa19955afc27db3876e24") { throw "sha256 mismatch" }
artifact format size hashes
1.2.2.zip zip 624.5 KiB
blake3-24 2985f8ccc89262cfb311ba8536dc04301aeed6e06a88fa99
sha256 62ddda0c52a35f5f68e77bad74a05e8872c6a8a8a2daaf72da3718043ecfbcd3
sha1 645e8476f1d9cae9b0b9ebdea55c9339898ed2cf
1.2.2.tar.gz tar.gz 508.0 KiB
blake3-24 c40e6578be665b9f7974de2dbbc5e8108c1443d9a9dda6e1
sha256 a2e0b50456efed9f48750782b7d116b531dd8732ecffa19955afc27db3876e24
sha1 78e9d3134ed8cabc563ff53b387a7c284d1b208b

install

bazel
http_archive(
    name = "bitchat-android",
    urls = ["https://ratatoskr.space/pkg/bitchat-android/1.2.2.tar.gz"],
    integrity = "sha256-ouC1BFbv7Z9IdQeCt9EWtTHdhzLs/6GZVa/CfbOHbiQ=",
    strip_prefix = "bitchat-android-1.2.2",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.2.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.2.tar.gz"],
    integrity = "sha256-ouC1BFbv7Z9IdQeCt9EWtTHdhzLs/6GZVa/CfbOHbiQ=",
    strip_prefix = "bitchat-android-1.2.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.2.tar.gz",
← 1.2.31.2.1 →