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.3
vault / bitchat-android / 0.3

bitchat-android @ 0.3

integrity

size
164.7 KiB
downloaded
last checked

release notes

download

unix · zip
curl -fL -o 0.3.zip https://ratatoskr.space/pkg/bitchat-android/0.3.zip
                    printf '%s  %s\n' '0357951e6d5ca6d1c8f6b4aca792b2f298c322c6ae62079b8b77dd27d3150d08' '0.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.3.zip"
$out = "0.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0357951e6d5ca6d1c8f6b4aca792b2f298c322c6ae62079b8b77dd27d3150d08") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.3.tar.gz
                    printf '%s  %s\n' 'ddb55279f1c280049277802951ef9058bb11117481b1c4bad7e2159a5beb92dc' '0.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.3.tar.gz"
$out = "0.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ddb55279f1c280049277802951ef9058bb11117481b1c4bad7e2159a5beb92dc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.3.zip
                    printf '%s  %s\n' '0357951e6d5ca6d1c8f6b4aca792b2f298c322c6ae62079b8b77dd27d3150d08' '0.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.3.zip"
$out = "0.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0357951e6d5ca6d1c8f6b4aca792b2f298c322c6ae62079b8b77dd27d3150d08") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.3.tar.gz
                    printf '%s  %s\n' 'ddb55279f1c280049277802951ef9058bb11117481b1c4bad7e2159a5beb92dc' '0.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.3.tar.gz"
$out = "0.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ddb55279f1c280049277802951ef9058bb11117481b1c4bad7e2159a5beb92dc") { throw "sha256 mismatch" }
artifact format size hashes
0.3.zip zip 161.7 KiB
blake3-24 51d15b4ed95af72cae029017730f2d65efbbf9d15dcc62ff
sha256 0357951e6d5ca6d1c8f6b4aca792b2f298c322c6ae62079b8b77dd27d3150d08
sha1 4bb0745743a4a69244fe051046c254bb296b946c
0.3.tar.gz tar.gz 125.3 KiB
blake3-24 11a9a82b0370e5debac156cb56cbd011dd6079c804d208c5
sha256 ddb55279f1c280049277802951ef9058bb11117481b1c4bad7e2159a5beb92dc
sha1 8f1ccbfb8409f5d4e5a0aaf320e2cbfcf1e0aa3f

install

bazel
http_archive(
    name = "bitchat-android",
    urls = ["https://ratatoskr.space/pkg/bitchat-android/0.3.tar.gz"],
    integrity = "sha256-3bVSefHCgASSd4ApUe+QWLsREXSBscS61+IVmlvrktw=",
    strip_prefix = "bitchat-android-0.3",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/0.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.3.tar.gz"],
    integrity = "sha256-3bVSefHCgASSd4ApUe+QWLsREXSBscS61+IVmlvrktw=",
    strip_prefix = "bitchat-android-0.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.3.tar.gz",
← 0.40.2 →