vault / bitchat-android / 1.7.3
bitchat-android @ 1.7.3
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
What's Changed
- Fix request sync duplicate public messages by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/707
- fix(sync): resolve hash alignment and early break bugs on GCS filter trimming by @a1denvalu3 in https://github.com/permissionlesstech/bitchat-android/pull/708
- Fix Android security parity from iOS audit by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/709
- Wifi aware refactor mesh core by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/711
- feat: disable Wi‑Fi Aware by default by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/712
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.7.2...1.7.3
download
unix · zip
curl -fL -o 1.7.3.zip https://ratatoskr.space/pkg/bitchat-android/1.7.3.zip
printf '%s %s\n' 'b6782dd4cfa7135e410f765f569340ec83a2fe0395e3e125da79c3ee7bdb8e3b' '1.7.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.3.zip"
$out = "1.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b6782dd4cfa7135e410f765f569340ec83a2fe0395e3e125da79c3ee7bdb8e3b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.3.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.7.3.tar.gz
printf '%s %s\n' 'f2089b24171b0eb3658c26942da2836422f05364718d0a5cf3d02c57b5f8fb91' '1.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.3.tar.gz"
$out = "1.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f2089b24171b0eb3658c26942da2836422f05364718d0a5cf3d02c57b5f8fb91") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.7.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.3.zip
printf '%s %s\n' 'b6782dd4cfa7135e410f765f569340ec83a2fe0395e3e125da79c3ee7bdb8e3b' '1.7.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.3.zip"
$out = "1.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b6782dd4cfa7135e410f765f569340ec83a2fe0395e3e125da79c3ee7bdb8e3b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.3.tar.gz
printf '%s %s\n' 'f2089b24171b0eb3658c26942da2836422f05364718d0a5cf3d02c57b5f8fb91' '1.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.3.tar.gz"
$out = "1.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f2089b24171b0eb3658c26942da2836422f05364718d0a5cf3d02c57b5f8fb91") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.7.3.zip | zip | 12.6 MiB |
blake3-24 682d81f8aa285d53379879918380b1cea7ebb94134c341ee
sha256 b6782dd4cfa7135e410f765f569340ec83a2fe0395e3e125da79c3ee7bdb8e3b
sha1 01656a4f5b831201c274789f31a27ff7a2c5d67f
|
| 1.7.3.tar.gz | tar.gz | 12.3 MiB |
blake3-24 26f1ceec9e0a46e2c43869c2194748f82e7fb8286cb106d9
sha256 f2089b24171b0eb3658c26942da2836422f05364718d0a5cf3d02c57b5f8fb91
sha1 37886ed9591a341c89f7afe583f86c7c5e60aa09
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.7.3.tar.gz"],
integrity = "sha256-8gibJBcbDrNljCaULaKDZCLwU2RxjQpc89AsV7X4+5E=",
strip_prefix = "bitchat-android-1.7.3",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.7.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.3.tar.gz"],
integrity = "sha256-8gibJBcbDrNljCaULaKDZCLwU2RxjQpc89AsV7X4+5E=",
strip_prefix = "bitchat-android-1.7.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.3.tar.gz",