yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/bitchat/v1.5.2
vault / bitchat / v1.5.2

bitchat @ v1.5.2

integrity

size
8.5 MiB
downloaded
last checked
source https://github.com/permissionlesstech/bitchat · available · github

release notes

What's Changed

New Contributors

Full Changelog: https://github.com/permissionlesstech/bitchat/compare/v1.5.1...v1.5.2

download

unix · zip
curl -fL -o v1.5.2.zip https://ratatoskr.space/pkg/bitchat/v1.5.2.zip
                    printf '%s  %s\n' '728d47e25508467e5f6c0750be7b9caf143aad60f25fa548d0a30a701eb7f3c4' 'v1.5.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat/v1.5.2.zip"
$out = "v1.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "728d47e25508467e5f6c0750be7b9caf143aad60f25fa548d0a30a701eb7f3c4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.2.tar.gz https://ratatoskr.space/pkg/bitchat/v1.5.2.tar.gz
                    printf '%s  %s\n' '4176f2bcd8306660efcfa2e852938ae517fc5ee5fcb102f84b78ec23fd957776' 'v1.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat/v1.5.2.tar.gz"
$out = "v1.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4176f2bcd8306660efcfa2e852938ae517fc5ee5fcb102f84b78ec23fd957776") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.5.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.2.zip
                    printf '%s  %s\n' '728d47e25508467e5f6c0750be7b9caf143aad60f25fa548d0a30a701eb7f3c4' 'v1.5.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.2.zip"
$out = "v1.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "728d47e25508467e5f6c0750be7b9caf143aad60f25fa548d0a30a701eb7f3c4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.2.tar.gz
                    printf '%s  %s\n' '4176f2bcd8306660efcfa2e852938ae517fc5ee5fcb102f84b78ec23fd957776' 'v1.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.2.tar.gz"
$out = "v1.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4176f2bcd8306660efcfa2e852938ae517fc5ee5fcb102f84b78ec23fd957776") { throw "sha256 mismatch" }
artifact format size hashes
v1.5.2.zip zip 9.0 MiB
blake3-24 a98844314af009559668611910f0aea584c26c559c262a0a
sha256 728d47e25508467e5f6c0750be7b9caf143aad60f25fa548d0a30a701eb7f3c4
sha1 6886ff28ed117fd5b47280d3bc264cf5b6adb171
v1.5.2.tar.gz tar.gz 8.7 MiB
blake3-24 83f670575266f151e7fa3a047cc6dc94d7e67cb24c5bdb91
sha256 4176f2bcd8306660efcfa2e852938ae517fc5ee5fcb102f84b78ec23fd957776
sha1 94230b5b72a5794fe46fd8d2519e9276107a5d91

install

bazel
http_archive(
    name = "bitchat",
    urls = ["https://ratatoskr.space/pkg/bitchat/v1.5.2.tar.gz"],
    integrity = "sha256-QXbyvNgwZmDvz6LoUpOK5Rf8XuX8sQL4S3jsI/2Vd3Y=",
    strip_prefix = "bitchat-v1.5.2",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat/v1.5.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.2.tar.gz"],
    integrity = "sha256-QXbyvNgwZmDvz6LoUpOK5Rf8XuX8sQL4S3jsI/2Vd3Y=",
    strip_prefix = "bitchat-v1.5.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.2.tar.gz",
← v1.5.3v1.5.1 →