vault / bitchat-android / 1.5.1
bitchat-android @ 1.5.1
integrity
- size
- 958.1 KiB
- downloaded
- last checked
release notes
- location notes
- take in-app photos
- audio note optimization
What's Changed
- show media buttons only in mesh by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/487
- bump to 1.5.1 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/488
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.5.0...1.5.1
download
unix · zip
curl -fL -o 1.5.1.zip https://ratatoskr.space/pkg/bitchat-android/1.5.1.zip
printf '%s %s\n' 'a6bfdadf2afab31e51be833458b544901401efdf6b177521de717a11f8b3a5ba' '1.5.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.5.1.zip"
$out = "1.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a6bfdadf2afab31e51be833458b544901401efdf6b177521de717a11f8b3a5ba") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.5.1.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.5.1.tar.gz
printf '%s %s\n' '858623b8c0302228f71ef93b6577b134f51b830deb1f94df34eae0ad06878e62' '1.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.5.1.tar.gz"
$out = "1.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "858623b8c0302228f71ef93b6577b134f51b830deb1f94df34eae0ad06878e62") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.5.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.1.zip
printf '%s %s\n' 'a6bfdadf2afab31e51be833458b544901401efdf6b177521de717a11f8b3a5ba' '1.5.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.1.zip"
$out = "1.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a6bfdadf2afab31e51be833458b544901401efdf6b177521de717a11f8b3a5ba") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.5.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.1.tar.gz
printf '%s %s\n' '858623b8c0302228f71ef93b6577b134f51b830deb1f94df34eae0ad06878e62' '1.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.1.tar.gz"
$out = "1.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "858623b8c0302228f71ef93b6577b134f51b830deb1f94df34eae0ad06878e62") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.5.1.zip | zip | 947.1 KiB |
blake3-24 87de993a9300f19c90b07f2d372d59f5fbbd53d17a2b3db3
sha256 a6bfdadf2afab31e51be833458b544901401efdf6b177521de717a11f8b3a5ba
sha1 2c4766c95c1280bf057ddaf145bf82ecf06e6342
|
| 1.5.1.tar.gz | tar.gz | 749.2 KiB |
blake3-24 9c4b57cc7bab1cb9d514d35d63719dca308ebb19f9e41d27
sha256 858623b8c0302228f71ef93b6577b134f51b830deb1f94df34eae0ad06878e62
sha1 bf983d25f7b0151724a315c16ded81d2cd057818
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.5.1.tar.gz"],
integrity = "sha256-hYYjuMAwIij3Hvk7ZXexNPUbgw3rH5TfNOrgrQaHjmI=",
strip_prefix = "bitchat-android-1.5.1",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.5.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.1.tar.gz"],
integrity = "sha256-hYYjuMAwIij3Hvk7ZXexNPUbgw3rH5TfNOrgrQaHjmI=",
strip_prefix = "bitchat-android-1.5.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.1.tar.gz",