vault / bitchat-android / 0.4
bitchat-android @ 0.4
integrity
- size
- 170.0 KiB
- downloaded
- last checked
release notes
- DM view improved
- Notifications working
- Fav'ing is still broken
download
unix · zip
curl -fL -o 0.4.zip https://ratatoskr.space/pkg/bitchat-android/0.4.zip
printf '%s %s\n' '451f29b4cc8fc2e7e7b083611e1a65d9a6318f82809037330e6831bc34e9174b' '0.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.4.zip"
$out = "0.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "451f29b4cc8fc2e7e7b083611e1a65d9a6318f82809037330e6831bc34e9174b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.4.tar.gz
printf '%s %s\n' '242041a0104fedc81a38a2f3e4f869cead6331ae554e707d1fa17dcb7119eed8' '0.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.4.tar.gz"
$out = "0.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "242041a0104fedc81a38a2f3e4f869cead6331ae554e707d1fa17dcb7119eed8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.4.zip
printf '%s %s\n' '451f29b4cc8fc2e7e7b083611e1a65d9a6318f82809037330e6831bc34e9174b' '0.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.4.zip"
$out = "0.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "451f29b4cc8fc2e7e7b083611e1a65d9a6318f82809037330e6831bc34e9174b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.4.tar.gz
printf '%s %s\n' '242041a0104fedc81a38a2f3e4f869cead6331ae554e707d1fa17dcb7119eed8' '0.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.4.tar.gz"
$out = "0.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "242041a0104fedc81a38a2f3e4f869cead6331ae554e707d1fa17dcb7119eed8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.4.zip | zip | 167.0 KiB |
blake3-24 5e305c563dfb2ff2940ae31915aa65b7e6ecac80199b36b2
sha256 451f29b4cc8fc2e7e7b083611e1a65d9a6318f82809037330e6831bc34e9174b
sha1 7acdf0a8ec2661541b29bc3a1600fb30ea15c2d2
|
| 0.4.tar.gz | tar.gz | 129.3 KiB |
blake3-24 bec902d46023fd206c64a28c9b2525ffca51042376294d8d
sha256 242041a0104fedc81a38a2f3e4f869cead6331ae554e707d1fa17dcb7119eed8
sha1 3f60042953c09112cd380f079398b4d3527b4cbe
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/0.4.tar.gz"],
integrity = "sha256-JCBBoBBP7cgaOKLz5Phpzq1jMa5VTnB9H6F9y3EZ7tg=",
strip_prefix = "bitchat-android-0.4",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/0.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.4.tar.gz"],
integrity = "sha256-JCBBoBBP7cgaOKLz5Phpzq1jMa5VTnB9H6F9y3EZ7tg=",
strip_prefix = "bitchat-android-0.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.4.tar.gz",