vault / bitchat-android / 1.7.1
bitchat-android @ 1.7.1
integrity
- size
- 12.0 MiB
- downloaded
- last checked
release notes
What's Changed
- Fix location updates in notes and Nostr subscription leaks by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/636
- fix(geohash): cleanup sampling subscriptions when closing location sheet by @a1denvalu3 in https://github.com/permissionlesstech/bitchat-android/pull/659
- fix: pause geohash heartbeat (kind 20001) sampling when backgrounded by @a1denvalu3 in https://github.com/permissionlesstech/bitchat-android/pull/660
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.7.0...1.7.1
download
unix · zip
curl -fL -o 1.7.1.zip https://ratatoskr.space/pkg/bitchat-android/1.7.1.zip
printf '%s %s\n' '99ca90dad3c4105cbb8bd764bce0c7762533d05caa6464928986f1374969e537' '1.7.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.1.zip"
$out = "1.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99ca90dad3c4105cbb8bd764bce0c7762533d05caa6464928986f1374969e537") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.1.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.7.1.tar.gz
printf '%s %s\n' 'c3e1c2f7dc01413a475f634a9a75bf8d7a393ad424c707bd4b085383c53b6a43' '1.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.1.tar.gz"
$out = "1.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c3e1c2f7dc01413a475f634a9a75bf8d7a393ad424c707bd4b085383c53b6a43") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.7.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.1.zip
printf '%s %s\n' '99ca90dad3c4105cbb8bd764bce0c7762533d05caa6464928986f1374969e537' '1.7.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.1.zip"
$out = "1.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99ca90dad3c4105cbb8bd764bce0c7762533d05caa6464928986f1374969e537") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.1.tar.gz
printf '%s %s\n' 'c3e1c2f7dc01413a475f634a9a75bf8d7a393ad424c707bd4b085383c53b6a43' '1.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.1.tar.gz"
$out = "1.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c3e1c2f7dc01413a475f634a9a75bf8d7a393ad424c707bd4b085383c53b6a43") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.7.1.zip | zip | 12.5 MiB |
blake3-24 4fe2dd0d5d52b88902ab216b376c5b02add4042c9a351c24
sha256 99ca90dad3c4105cbb8bd764bce0c7762533d05caa6464928986f1374969e537
sha1 49d887f6e7224628c093be99d6663dd18d1adb21
|
| 1.7.1.tar.gz | tar.gz | 12.3 MiB |
blake3-24 1cabef741c985c53ac3653d154c23f57b2c5deacce1e0a13
sha256 c3e1c2f7dc01413a475f634a9a75bf8d7a393ad424c707bd4b085383c53b6a43
sha1 6cccc67d9bde262774b3397f9ddb48bdf1bd0ee6
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.7.1.tar.gz"],
integrity = "sha256-w+HC99wBQTpHX2NKmnW/jXo5OtQkxwe9SwhTg8U7akM=",
strip_prefix = "bitchat-android-1.7.1",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.7.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.1.tar.gz"],
integrity = "sha256-w+HC99wBQTpHX2NKmnW/jXo5OtQkxwe9SwhTg8U7akM=",
strip_prefix = "bitchat-android-1.7.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.1.tar.gz",