reticulum @ 0.4.6
integrity
- size
- 7.9 MiB
- downloaded
- last checked
release notes
This maintenance release brings two bugfixes.
Changes
- Fixed missing path invalidation on failed link establishments made from a shared instance client
- Fixed a memory leak in link handling
Release Hashes
7f1b0b254dce5bb1bacc336b026dab2dda5859b43cb0f4ceed3f70ba825f8873 rns-0.4.6-py3-none-any.whl
775c1b9b5bdf202524e50e58dc7c7bad9262ca3c16471cbfc6fb3a528e732460 rnspure-0.4.6-py3-none-any.whl
download
unix · zip
curl -fL -o 0.4.6.zip https://ratatoskr.space/pkg/reticulum/0.4.6.zip
printf '%s %s\n' '8c76841a722079160f0c89b9d1bee9a27f90b32664ccd037f8090ea28c0c594a' '0.4.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.4.6.zip"
$out = "0.4.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c76841a722079160f0c89b9d1bee9a27f90b32664ccd037f8090ea28c0c594a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.6.tar.gz https://ratatoskr.space/pkg/reticulum/0.4.6.tar.gz
printf '%s %s\n' '49cb564b5f5442d2959c1a9a1e7261eb33f44272b355ef555665985e5f886e0b' '0.4.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.4.6.tar.gz"
$out = "0.4.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "49cb564b5f5442d2959c1a9a1e7261eb33f44272b355ef555665985e5f886e0b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.4.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.6.zip
printf '%s %s\n' '8c76841a722079160f0c89b9d1bee9a27f90b32664ccd037f8090ea28c0c594a' '0.4.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.6.zip"
$out = "0.4.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c76841a722079160f0c89b9d1bee9a27f90b32664ccd037f8090ea28c0c594a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.6.tar.gz
printf '%s %s\n' '49cb564b5f5442d2959c1a9a1e7261eb33f44272b355ef555665985e5f886e0b' '0.4.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.6.tar.gz"
$out = "0.4.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "49cb564b5f5442d2959c1a9a1e7261eb33f44272b355ef555665985e5f886e0b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.4.6.zip | zip | 7.9 MiB |
blake3-24 89b3c234814464158bcb008bdc2ea19a8a98f600c9f82b48
sha256 8c76841a722079160f0c89b9d1bee9a27f90b32664ccd037f8090ea28c0c594a
sha1 2b71fbf706feff531d5cd6d55dd2cd52f7a35308
|
| 0.4.6.tar.gz | tar.gz | 7.8 MiB |
blake3-24 3007dd48118ef4725a00ad73a363083827019f2e49c3dea4
sha256 49cb564b5f5442d2959c1a9a1e7261eb33f44272b355ef555665985e5f886e0b
sha1 d13ea404c8db703a761eed03b6c6cbfae052932b
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.4.6.tar.gz"],
integrity = "sha256-SctWS19UQtKVnBqaHnJh6zP0QnKzVe9VVmWYXl+Ibgs=",
strip_prefix = "reticulum-0.4.6",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.4.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.6.tar.gz"],
integrity = "sha256-SctWS19UQtKVnBqaHnJh6zP0QnKzVe9VVmWYXl+Ibgs=",
strip_prefix = "reticulum-0.4.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.6.tar.gz",