reticulum @ 0.5.4
integrity
- size
- 12.2 MiB
- downloaded
- last checked
release notes
This maintenance release brings a single bugfix
Changes
- Fixed a potential race condition when timed-out link receives a late establishment proof a few milliseconds after it has timed out.
Release Hashes
71b42fe737da97a4b63bb227c29bb67854a7f003c9585f085b0ff68c8f460815 rns-0.5.4-py3-none-any.whl
af6949d581445444f57cfca75756200e7c509a6fc66483d859716ce6a06064db rnspure-0.5.4-py3-none-any.whl
download
unix · zip
curl -fL -o 0.5.4.zip https://ratatoskr.space/pkg/reticulum/0.5.4.zip
printf '%s %s\n' 'b29cb1314e3b6d430363939517837c166eb8ebbafd64e929e451f84a3765aeed' '0.5.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.5.4.zip"
$out = "0.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b29cb1314e3b6d430363939517837c166eb8ebbafd64e929e451f84a3765aeed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.5.4.tar.gz https://ratatoskr.space/pkg/reticulum/0.5.4.tar.gz
printf '%s %s\n' 'a38f03552b735f73be4fb44082cc005fc56e38b2eab3539aa9969472321d2d3f' '0.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.5.4.tar.gz"
$out = "0.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a38f03552b735f73be4fb44082cc005fc56e38b2eab3539aa9969472321d2d3f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.5.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.4.zip
printf '%s %s\n' 'b29cb1314e3b6d430363939517837c166eb8ebbafd64e929e451f84a3765aeed' '0.5.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.4.zip"
$out = "0.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b29cb1314e3b6d430363939517837c166eb8ebbafd64e929e451f84a3765aeed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.5.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.4.tar.gz
printf '%s %s\n' 'a38f03552b735f73be4fb44082cc005fc56e38b2eab3539aa9969472321d2d3f' '0.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.4.tar.gz"
$out = "0.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a38f03552b735f73be4fb44082cc005fc56e38b2eab3539aa9969472321d2d3f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.5.4.zip | zip | 12.2 MiB |
blake3-24 d3958025f1cb2b950d95eafbea0b0cbae02185cfe6b34f0f
sha256 b29cb1314e3b6d430363939517837c166eb8ebbafd64e929e451f84a3765aeed
sha1 e5c4c1ad2161cb6b99bc04965710f656eeb1b8b5
|
| 0.5.4.tar.gz | tar.gz | 12.1 MiB |
blake3-24 0d473335761bd73a174c4ce703f04a7e766d6675b9c48c14
sha256 a38f03552b735f73be4fb44082cc005fc56e38b2eab3539aa9969472321d2d3f
sha1 f7a0ee6cd1106de814555a3dff91b22bcceae3e5
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.5.4.tar.gz"],
integrity = "sha256-o48DVStzX3O+T7RAgswAX8VuOLLqs1OaqZaUcjIdLT8=",
strip_prefix = "reticulum-0.5.4",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.5.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.4.tar.gz"],
integrity = "sha256-o48DVStzX3O+T7RAgswAX8VuOLLqs1OaqZaUcjIdLT8=",
strip_prefix = "reticulum-0.5.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.4.tar.gz",