reticulum @ 0.4.4
integrity
- size
- 7.9 MiB
- downloaded
- last checked
release notes
This maintenance release improves path response handling and log output.
Release Hashes
b0b59c25910151db0c2085d812bcc3d06cb930ddb8cd1e281b40cb592c1427eb rns-0.4.4-py3-none-any.whl
fe29ce3eb9e55f6953312c8db8c350bd58a7777e8c8dffd5491b840254426332 rnspure-0.4.4-py3-none-any.whl
download
unix · zip
curl -fL -o 0.4.4.zip https://ratatoskr.space/pkg/reticulum/0.4.4.zip
printf '%s %s\n' 'a9e796a53a02299c5fd7b71d7a4597e16525ad8b7acc89082380ff6b78524252' '0.4.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.4.4.zip"
$out = "0.4.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9e796a53a02299c5fd7b71d7a4597e16525ad8b7acc89082380ff6b78524252") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.4.tar.gz https://ratatoskr.space/pkg/reticulum/0.4.4.tar.gz
printf '%s %s\n' 'c0921b14a3a1e8210508e797a3ba1c11515f1dd78c9075beef76c694dd1a5343' '0.4.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.4.4.tar.gz"
$out = "0.4.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0921b14a3a1e8210508e797a3ba1c11515f1dd78c9075beef76c694dd1a5343") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.4.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.4.zip
printf '%s %s\n' 'a9e796a53a02299c5fd7b71d7a4597e16525ad8b7acc89082380ff6b78524252' '0.4.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.4.zip"
$out = "0.4.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9e796a53a02299c5fd7b71d7a4597e16525ad8b7acc89082380ff6b78524252") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.4.tar.gz
printf '%s %s\n' 'c0921b14a3a1e8210508e797a3ba1c11515f1dd78c9075beef76c694dd1a5343' '0.4.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.4.tar.gz"
$out = "0.4.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0921b14a3a1e8210508e797a3ba1c11515f1dd78c9075beef76c694dd1a5343") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.4.4.zip | zip | 7.9 MiB |
blake3-24 e315eaa960c21448f69a5ad4735d54c4e348473218515544
sha256 a9e796a53a02299c5fd7b71d7a4597e16525ad8b7acc89082380ff6b78524252
sha1 ca5fc551b286b4c0fa8a6bbf4b5ee7638760a493
|
| 0.4.4.tar.gz | tar.gz | 7.8 MiB |
blake3-24 43491889e936e9536daed649dad7746a1b80ae1c0cdab632
sha256 c0921b14a3a1e8210508e797a3ba1c11515f1dd78c9075beef76c694dd1a5343
sha1 49a3293978b31df62342dd669b1c0f8d1c6626e6
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.4.4.tar.gz"],
integrity = "sha256-wJIbFKOh6CEFCOeXo7ocEVFfHdeMkHW+73bGlN0aU0M=",
strip_prefix = "reticulum-0.4.4",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.4.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.4.tar.gz"],
integrity = "sha256-wJIbFKOh6CEFCOeXo7ocEVFfHdeMkHW+73bGlN0aU0M=",
strip_prefix = "reticulum-0.4.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.4.tar.gz",