vault / bitchat-android / 0.7.2
bitchat-android @ 0.7.2
integrity
- size
- 319.3 KiB
- downloaded
- last checked
release notes
This is a hotfix for the battery optimization screen where the confirmation button was invisible on smaller screens. Ooops!
What's Changed
- fix(onboarding): make battery screen scrollable by @anonfaded in https://github.com/permissionlesstech/bitchat-android/pull/154
- bump to 0.7.2 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/158
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/0.7.1...0.7.2
download
unix · zip
curl -fL -o 0.7.2.zip https://ratatoskr.space/pkg/bitchat-android/0.7.2.zip
printf '%s %s\n' 'b1c3f9946e88833652b69d302ae9c0cfe81dddb7655528f5bbcbc7509995d5c7' '0.7.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.7.2.zip"
$out = "0.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b1c3f9946e88833652b69d302ae9c0cfe81dddb7655528f5bbcbc7509995d5c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.2.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.7.2.tar.gz
printf '%s %s\n' 'b2d11363740ce2c0afe6674d0c179bc7d3c12bc5697f45a9023884919fa616d0' '0.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.7.2.tar.gz"
$out = "0.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2d11363740ce2c0afe6674d0c179bc7d3c12bc5697f45a9023884919fa616d0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.7.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.7.2.zip
printf '%s %s\n' 'b1c3f9946e88833652b69d302ae9c0cfe81dddb7655528f5bbcbc7509995d5c7' '0.7.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.7.2.zip"
$out = "0.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b1c3f9946e88833652b69d302ae9c0cfe81dddb7655528f5bbcbc7509995d5c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.7.2.tar.gz
printf '%s %s\n' 'b2d11363740ce2c0afe6674d0c179bc7d3c12bc5697f45a9023884919fa616d0' '0.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.7.2.tar.gz"
$out = "0.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2d11363740ce2c0afe6674d0c179bc7d3c12bc5697f45a9023884919fa616d0") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.7.2.zip | zip | 314.6 KiB |
blake3-24 c26176ca20814f8be382934ede2c4f98e1dbf9be6302437c
sha256 b1c3f9946e88833652b69d302ae9c0cfe81dddb7655528f5bbcbc7509995d5c7
sha1 77e2d975c9525f703d7202a2ad5f7ecc136148f6
|
| 0.7.2.tar.gz | tar.gz | 264.6 KiB |
blake3-24 0ac8f1e7111407ddf76925355d60c26cd8443554ffc13a6c
sha256 b2d11363740ce2c0afe6674d0c179bc7d3c12bc5697f45a9023884919fa616d0
sha1 849d21e8e3b0a43173880c066f3f4c40d5e3466f
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/0.7.2.tar.gz"],
integrity = "sha256-stETY3QM4sCv5mdNDBebx9PBK8Vpf0WpAjiEkZ+mFtA=",
strip_prefix = "bitchat-android-0.7.2",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/0.7.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.7.2.tar.gz"],
integrity = "sha256-stETY3QM4sCv5mdNDBebx9PBK8Vpf0WpAjiEkZ+mFtA=",
strip_prefix = "bitchat-android-0.7.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.7.2.tar.gz",