vault / bitchat-android / 1.7.4
bitchat-android @ 1.7.4
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
What's Changed
- Fix foreground service start eligibility by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/714
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.7.3...1.7.4
download
unix · zip
curl -fL -o 1.7.4.zip https://ratatoskr.space/pkg/bitchat-android/1.7.4.zip
printf '%s %s\n' 'b5daca6c902b58c02a504fad5b2ce00a86c0062b3a918553fe786fa6d4efcf29' '1.7.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.4.zip"
$out = "1.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b5daca6c902b58c02a504fad5b2ce00a86c0062b3a918553fe786fa6d4efcf29") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.4.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.7.4.tar.gz
printf '%s %s\n' 'b2bddbdd1dce521e02de7af40f8c88079887175d24aed3d2de8cfc19e67911bc' '1.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.7.4.tar.gz"
$out = "1.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2bddbdd1dce521e02de7af40f8c88079887175d24aed3d2de8cfc19e67911bc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.7.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.4.zip
printf '%s %s\n' 'b5daca6c902b58c02a504fad5b2ce00a86c0062b3a918553fe786fa6d4efcf29' '1.7.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.4.zip"
$out = "1.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b5daca6c902b58c02a504fad5b2ce00a86c0062b3a918553fe786fa6d4efcf29") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.7.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.4.tar.gz
printf '%s %s\n' 'b2bddbdd1dce521e02de7af40f8c88079887175d24aed3d2de8cfc19e67911bc' '1.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.4.tar.gz"
$out = "1.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2bddbdd1dce521e02de7af40f8c88079887175d24aed3d2de8cfc19e67911bc") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.7.4.zip | zip | 12.6 MiB |
blake3-24 c7002732046f9f504a5a4e4d84f6e58f7d6030533cd835c9
sha256 b5daca6c902b58c02a504fad5b2ce00a86c0062b3a918553fe786fa6d4efcf29
sha1 3b02cd9e985334005c97ae55f0dbc657d631f3ca
|
| 1.7.4.tar.gz | tar.gz | 12.3 MiB |
blake3-24 22c5fe43d8212bda485f2c047fdd02eb2eee7f0f408deda7
sha256 b2bddbdd1dce521e02de7af40f8c88079887175d24aed3d2de8cfc19e67911bc
sha1 22a527422b325db8f85b4e9b76a35a3380a07a64
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.7.4.tar.gz"],
integrity = "sha256-sr3b3R3OUh4C3nr0D4yIB5iHF10krtPS3oz8GeZ5Ebw=",
strip_prefix = "bitchat-android-1.7.4",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.7.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.4.tar.gz"],
integrity = "sha256-sr3b3R3OUh4C3nr0D4yIB5iHF10krtPS3oz8GeZ5Ebw=",
strip_prefix = "bitchat-android-1.7.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.7.4.tar.gz",