vault / bitchat-android / 0.1
bitchat-android @ 0.1
integrity
- size
- 120.5 KiB
- downloaded
- last checked
download
unix · zip
curl -fL -o 0.1.zip https://ratatoskr.space/pkg/bitchat-android/0.1.zip
printf '%s %s\n' 'a7b43c9a980b857500da8cf0e62f4c49793af871789d01fda01467e18f38c6e7' '0.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.1.zip"
$out = "0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7b43c9a980b857500da8cf0e62f4c49793af871789d01fda01467e18f38c6e7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.1.tar.gz
printf '%s %s\n' 'ee0f4309a68f385180f3ccb11e7d9d3610bc8a04abbd8aac7e05c3258b8e3146' '0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.1.tar.gz"
$out = "0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee0f4309a68f385180f3ccb11e7d9d3610bc8a04abbd8aac7e05c3258b8e3146") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.1.zip
printf '%s %s\n' 'a7b43c9a980b857500da8cf0e62f4c49793af871789d01fda01467e18f38c6e7' '0.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.1.zip"
$out = "0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7b43c9a980b857500da8cf0e62f4c49793af871789d01fda01467e18f38c6e7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.1.tar.gz
printf '%s %s\n' 'ee0f4309a68f385180f3ccb11e7d9d3610bc8a04abbd8aac7e05c3258b8e3146' '0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.1.tar.gz"
$out = "0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee0f4309a68f385180f3ccb11e7d9d3610bc8a04abbd8aac7e05c3258b8e3146") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.1.zip | zip | 117.2 KiB |
blake3-24 afaa0562b2310a2c38cf4c6305dd200d5069b3ab3fe5fa79
sha256 a7b43c9a980b857500da8cf0e62f4c49793af871789d01fda01467e18f38c6e7
sha1 bcd231486a49fdc723080e1495bde65d95a1bbbf
|
| 0.1.tar.gz | tar.gz | 98.2 KiB |
blake3-24 7943892e6121786bdd42c27784fcd918f16ba6fbb61a3068
sha256 ee0f4309a68f385180f3ccb11e7d9d3610bc8a04abbd8aac7e05c3258b8e3146
sha1 1360a949f51b642e0ed87829ff847162a534a88b
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/0.1.tar.gz"],
integrity = "sha256-7g9DCaaPOFGA88yxHn2dNhC8igSrvYqsfgXDJYuOMUY=",
strip_prefix = "bitchat-android-0.1",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/0.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.1.tar.gz"],
integrity = "sha256-7g9DCaaPOFGA88yxHn2dNhC8igSrvYqsfgXDJYuOMUY=",
strip_prefix = "bitchat-android-0.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.1.tar.gz",