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.6
vault / bitchat-android / 0.6

bitchat-android @ 0.6

integrity

size
295.0 KiB
downloaded
last checked

release notes

New Contributors

Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/0.5.1...0.6

download

unix · zip
curl -fL -o 0.6.zip https://ratatoskr.space/pkg/bitchat-android/0.6.zip
                    printf '%s  %s\n' '6a798b3ecd92c17a26bacf69fdb7ae3b5f50c0ec67a45b266e79dd74f796c856' '0.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.6.zip"
$out = "0.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6a798b3ecd92c17a26bacf69fdb7ae3b5f50c0ec67a45b266e79dd74f796c856") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.6.tar.gz
                    printf '%s  %s\n' '7aa001e855b95a23817be52b025824734079166d4f20957e821bbb55cc822c9c' '0.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.6.tar.gz"
$out = "0.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7aa001e855b95a23817be52b025824734079166d4f20957e821bbb55cc822c9c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.6.zip
                    printf '%s  %s\n' '6a798b3ecd92c17a26bacf69fdb7ae3b5f50c0ec67a45b266e79dd74f796c856' '0.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.6.zip"
$out = "0.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6a798b3ecd92c17a26bacf69fdb7ae3b5f50c0ec67a45b266e79dd74f796c856") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.6.tar.gz
                    printf '%s  %s\n' '7aa001e855b95a23817be52b025824734079166d4f20957e821bbb55cc822c9c' '0.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.6.tar.gz"
$out = "0.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7aa001e855b95a23817be52b025824734079166d4f20957e821bbb55cc822c9c") { throw "sha256 mismatch" }
artifact format size hashes
0.6.zip zip 290.8 KiB
blake3-24 cc116ac4020507bb0347db2ca7e570c72bb6f60e078a0281
sha256 6a798b3ecd92c17a26bacf69fdb7ae3b5f50c0ec67a45b266e79dd74f796c856
sha1 29083b5a795c1c6a2773488ca876d12eed7c9bd9
0.6.tar.gz tar.gz 251.8 KiB
blake3-24 607fa2f6ab967693e36e28c40fe7f53a4169a555d331ffbd
sha256 7aa001e855b95a23817be52b025824734079166d4f20957e821bbb55cc822c9c
sha1 0afe5e45f6e5e302390a51dc6cb2d792ebac66bd

install

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