reticulum @ 0.3.13
integrity
- size
- 7.9 MiB
- downloaded
- last checked
release notes
This maintenance release includes a single but important bugfix.
Changes
- Fixed missing hash construction step in announce emission and validation
Release Hashes
SHA256 d6c8a7cb8ea7edc99800df92abff246e8159f2d9c9f1a2b57672385d49647c90 rns-0.3.13-py3-none-any.whl
SHA256 c07c28942e374342c4e807a0b6e81d831737b87cf59651670b8c1c191030a326 rnspure-0.3.13-py3-none-any.whl
download
unix · zip
curl -fL -o 0.3.13.zip https://ratatoskr.space/pkg/reticulum/0.3.13.zip
printf '%s %s\n' '2db501941e7de06bcf86def9523bdaf0346f8c9609018d7ff2baed2b45eaf5b6' '0.3.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.3.13.zip"
$out = "0.3.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2db501941e7de06bcf86def9523bdaf0346f8c9609018d7ff2baed2b45eaf5b6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.13.tar.gz https://ratatoskr.space/pkg/reticulum/0.3.13.tar.gz
printf '%s %s\n' '9e43e444d484b08b3ae0bf28cec3d0fdd79a45b9d4c9006ccab3ae606e57ec9c' '0.3.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.3.13.tar.gz"
$out = "0.3.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9e43e444d484b08b3ae0bf28cec3d0fdd79a45b9d4c9006ccab3ae606e57ec9c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.13.zip
printf '%s %s\n' '2db501941e7de06bcf86def9523bdaf0346f8c9609018d7ff2baed2b45eaf5b6' '0.3.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.13.zip"
$out = "0.3.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2db501941e7de06bcf86def9523bdaf0346f8c9609018d7ff2baed2b45eaf5b6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.13.tar.gz
printf '%s %s\n' '9e43e444d484b08b3ae0bf28cec3d0fdd79a45b9d4c9006ccab3ae606e57ec9c' '0.3.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.13.tar.gz"
$out = "0.3.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9e43e444d484b08b3ae0bf28cec3d0fdd79a45b9d4c9006ccab3ae606e57ec9c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.3.13.zip | zip | 7.9 MiB |
blake3-24 a33985c5e837601e431c67cc81a62dff665fa2b04f4e7a98
sha256 2db501941e7de06bcf86def9523bdaf0346f8c9609018d7ff2baed2b45eaf5b6
sha1 208cb44d865a1481de31a5c840d0ddb40ef57ce8
|
| 0.3.13.tar.gz | tar.gz | 7.8 MiB |
blake3-24 1624e1fb185e597776969796e7a701d638df1529b09eb83e
sha256 9e43e444d484b08b3ae0bf28cec3d0fdd79a45b9d4c9006ccab3ae606e57ec9c
sha1 f5b3253db8bc746b4c399289e3691eb6446e1d02
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.3.13.tar.gz"],
integrity = "sha256-nkPkRNSEsIs64L8ozsPQ/deaRbnUyQBsyrOuYG5X7Jw=",
strip_prefix = "reticulum-0.3.13",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.3.13.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.13.tar.gz"],
integrity = "sha256-nkPkRNSEsIs64L8ozsPQ/deaRbnUyQBsyrOuYG5X7Jw=",
strip_prefix = "reticulum-0.3.13",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.13.tar.gz",