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.1
vault / bitchat-android / 1.2.1

bitchat-android @ 1.2.1

integrity

size
620.2 KiB
downloaded
last checked

release notes

What's Changed

New Contributors

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

download

unix · zip
curl -fL -o 1.2.1.zip https://ratatoskr.space/pkg/bitchat-android/1.2.1.zip
                    printf '%s  %s\n' '5a4e4f69afbb10caab6ea1b5a58720b31fc61d10352fc72c9379f19bfa247f4a' '1.2.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.2.1.zip"
$out = "1.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5a4e4f69afbb10caab6ea1b5a58720b31fc61d10352fc72c9379f19bfa247f4a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.1.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.2.1.tar.gz
                    printf '%s  %s\n' '7f7313c1c24dbf1f133fad4cffba7a2761d2fa25251cd64fac16c17720c4637a' '1.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.2.1.tar.gz"
$out = "1.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7f7313c1c24dbf1f133fad4cffba7a2761d2fa25251cd64fac16c17720c4637a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.2.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.1.zip
                    printf '%s  %s\n' '5a4e4f69afbb10caab6ea1b5a58720b31fc61d10352fc72c9379f19bfa247f4a' '1.2.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.1.zip"
$out = "1.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5a4e4f69afbb10caab6ea1b5a58720b31fc61d10352fc72c9379f19bfa247f4a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.1.tar.gz
                    printf '%s  %s\n' '7f7313c1c24dbf1f133fad4cffba7a2761d2fa25251cd64fac16c17720c4637a' '1.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.1.tar.gz"
$out = "1.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7f7313c1c24dbf1f133fad4cffba7a2761d2fa25251cd64fac16c17720c4637a") { throw "sha256 mismatch" }
artifact format size hashes
1.2.1.zip zip 615.2 KiB
blake3-24 4d4e35bc5bdcf347f4784379507e0820375cfb1cb04fb6f4
sha256 5a4e4f69afbb10caab6ea1b5a58720b31fc61d10352fc72c9379f19bfa247f4a
sha1 6fa4b5a9da9053013199ac3bb0d3c71acf7e4e0e
1.2.1.tar.gz tar.gz 500.1 KiB
blake3-24 5e27918d571ea840cb3a737fa11c1ab7da1f53a89933a498
sha256 7f7313c1c24dbf1f133fad4cffba7a2761d2fa25251cd64fac16c17720c4637a
sha1 69a43f78a21009843ac01a2de4a03701acba4b2a

install

bazel
http_archive(
    name = "bitchat-android",
    urls = ["https://ratatoskr.space/pkg/bitchat-android/1.2.1.tar.gz"],
    integrity = "sha256-f3MTwcJNvx8TP61M/7p6J2HS+iUlHNZPrBbBdyDEY3o=",
    strip_prefix = "bitchat-android-1.2.1",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.2.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.1.tar.gz"],
    integrity = "sha256-f3MTwcJNvx8TP61M/7p6J2HS+iUlHNZPrBbBdyDEY3o=",
    strip_prefix = "bitchat-android-1.2.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.1.tar.gz",
← 1.2.21.2.0 →