bitchat @ v1.5.3
integrity
- size
- 8.5 MiB
- downloaded
- last checked
release notes
What's Changed
- Fix launch crash: recursive dispatch_once between NostrRelayManager and NetworkActivationService by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/1343
Full Changelog: https://github.com/permissionlesstech/bitchat/compare/v1.5.2...v1.5.3
download
unix · zip
curl -fL -o v1.5.3.zip https://ratatoskr.space/pkg/bitchat/v1.5.3.zip
printf '%s %s\n' '519b4deac94a6e3931716ec0db90cfea506a79712052574de66ce1d1361c7775' 'v1.5.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat/v1.5.3.zip"
$out = "v1.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "519b4deac94a6e3931716ec0db90cfea506a79712052574de66ce1d1361c7775") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.3.tar.gz https://ratatoskr.space/pkg/bitchat/v1.5.3.tar.gz
printf '%s %s\n' '30df941abe79b931ee04a79719f666785ef0fd5693ef88dffa0bcec84d949c0c' 'v1.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat/v1.5.3.tar.gz"
$out = "v1.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30df941abe79b931ee04a79719f666785ef0fd5693ef88dffa0bcec84d949c0c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.5.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.3.zip
printf '%s %s\n' '519b4deac94a6e3931716ec0db90cfea506a79712052574de66ce1d1361c7775' 'v1.5.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.3.zip"
$out = "v1.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "519b4deac94a6e3931716ec0db90cfea506a79712052574de66ce1d1361c7775") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.3.tar.gz
printf '%s %s\n' '30df941abe79b931ee04a79719f666785ef0fd5693ef88dffa0bcec84d949c0c' 'v1.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.3.tar.gz"
$out = "v1.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30df941abe79b931ee04a79719f666785ef0fd5693ef88dffa0bcec84d949c0c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.5.3.zip | zip | 9.0 MiB |
blake3-24 8cd191cdbfcfab2641a978de48734a583104f3e0e2e69186
sha256 519b4deac94a6e3931716ec0db90cfea506a79712052574de66ce1d1361c7775
sha1 ab9b483d928d61ff992105195c6a8c1774a212e1
|
| v1.5.3.tar.gz | tar.gz | 8.7 MiB |
blake3-24 1a60002b344931dc1aabe7a68c758e6c36bf4550014439d6
sha256 30df941abe79b931ee04a79719f666785ef0fd5693ef88dffa0bcec84d949c0c
sha1 e233eb1b85a63718bf00edcb0c0a7af3d0de5c64
|
install
bazel
http_archive(
name = "bitchat",
urls = ["https://ratatoskr.space/pkg/bitchat/v1.5.3.tar.gz"],
integrity = "sha256-MN+UGr55uTHuBKeXGfZmeF7w/VaT74jf+gvOyE2UnAw=",
strip_prefix = "bitchat-v1.5.3",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat/v1.5.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.3.tar.gz"],
integrity = "sha256-MN+UGr55uTHuBKeXGfZmeF7w/VaT74jf+gvOyE2UnAw=",
strip_prefix = "bitchat-v1.5.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.3.tar.gz",