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.6.0
vault / bitchat-android / 1.6.0

bitchat-android @ 1.6.0

integrity

size
6.7 MiB
downloaded
last checked

release notes

new

What's Changed

New Contributors

Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.6.0-rc1...1.6.0-rc3

download

unix · zip
curl -fL -o 1.6.0.zip https://ratatoskr.space/pkg/bitchat-android/1.6.0.zip
                    printf '%s  %s\n' 'cbef5a631f59dcf4f2b228398de980d1a749d5002ab866cfb463af50f6c86a4c' '1.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.6.0.zip"
$out = "1.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cbef5a631f59dcf4f2b228398de980d1a749d5002ab866cfb463af50f6c86a4c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.6.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.6.0.tar.gz
                    printf '%s  %s\n' 'b80ef8b972ebadbefa54a737d27b2f30f62cba514f1c172b4625da4f3660d764' '1.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.6.0.tar.gz"
$out = "1.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b80ef8b972ebadbefa54a737d27b2f30f62cba514f1c172b4625da4f3660d764") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.6.0.zip
                    printf '%s  %s\n' 'cbef5a631f59dcf4f2b228398de980d1a749d5002ab866cfb463af50f6c86a4c' '1.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.6.0.zip"
$out = "1.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cbef5a631f59dcf4f2b228398de980d1a749d5002ab866cfb463af50f6c86a4c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.6.0.tar.gz
                    printf '%s  %s\n' 'b80ef8b972ebadbefa54a737d27b2f30f62cba514f1c172b4625da4f3660d764' '1.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.6.0.tar.gz"
$out = "1.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b80ef8b972ebadbefa54a737d27b2f30f62cba514f1c172b4625da4f3660d764") { throw "sha256 mismatch" }
artifact format size hashes
1.6.0.zip zip 7.0 MiB
blake3-24 272e006d100a4b0755b3525d250237371b5f815fc5944b5f
sha256 cbef5a631f59dcf4f2b228398de980d1a749d5002ab866cfb463af50f6c86a4c
sha1 1acda1eb4aa68ef5744a632a1c93959eacc9eb03
1.6.0.tar.gz tar.gz 6.8 MiB
blake3-24 7370de5327a411f0c4c4d1cda09aada662eef097ec50efd5
sha256 b80ef8b972ebadbefa54a737d27b2f30f62cba514f1c172b4625da4f3660d764
sha1 3f70e4979affa17037561fadd27f4351719eae66

install

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