vault / bitchat-android / 1.7.2
bitchat-android @ 1.7.2
integrity
- size
- 12.0 MiB
- downloaded
- last checked
release notes
What's Changed
- bump 1.7.1 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/661
- chore: update license from MIT to GPLv3 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/674
- Unit tests for BinaryProtocol by @rollforsats in https://github.com/permissionlesstech/bitchat-android/pull/678
- fix: use CSPRNG for heartbeat intervals by @a1denvalu3 in https://github.com/permissionlesstech/bitchat-android/pull/685
- Add 'Send private message' action to chat user sheet by @a1denvalu3 in https://github.com/permissionlesstech/bitchat-android/pull/649
- fix: add input validation for protocol decoding and fragment reassembly by @0x0v1 in https://github.com/permissionlesstech/bitchat-android/pull/666
- update version by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/688
New Contributors
- @rollforsats made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/678
- @0x0v1 made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/666
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.7.1...1.7.2
download
unix · zip
curl -fL -o 1.7.2.zip https://ratatoskr.space/pkg/bitchat-android/1.7.2.zip
printf '%s %s\n' '939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479' '1.7.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.2.zip"
$out = "1.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.2.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.7.2.tar.gz
printf '%s %s\n' 'd63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657' '1.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.2.tar.gz"
$out = "1.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.7.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.zip
printf '%s %s\n' '939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479' '1.7.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.zip"
$out = "1.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.tar.gz
printf '%s %s\n' 'd63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657' '1.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.tar.gz"
$out = "1.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.7.2.zip | zip | 12.5 MiB |
blake3-24 713c87086c6bcb785141d08a45869ec40821dccac3b36234
sha256 939570c58925e4f363e0e0a6cdd608d9a65176be5f1aca9197dd3f5d0c29f479
sha1 7a3dd5cbf8a4d9f2c128431ad341a9d0e1531f1e
|
| 1.7.2.tar.gz | tar.gz | 12.3 MiB |
blake3-24 32a8d55fb11959313b4efde7028781be3774c7ccbdda57ae
sha256 d63d260aa77a731afd09689a797f8fbaddb13ae0a3b0ce27258cb9bb7b7f3657
sha1 91dc05d91b5684ffb47c38c87546dd2c862765fe
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.7.2.tar.gz"],
integrity = "sha256-1j0mCqd6cxr9CWiaeX+Put2xOuCjsM4nJYy5u3t/Nlc=",
strip_prefix = "bitchat-android-1.7.2",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.7.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.tar.gz"],
integrity = "sha256-1j0mCqd6cxr9CWiaeX+Put2xOuCjsM4nJYy5u3t/Nlc=",
strip_prefix = "bitchat-android-1.7.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.2.tar.gz",