reticulum @ 0.6.6
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
This maintenance release improves transfers over unreliable links and fixes a bug in requests.
Changes
- Improved reliability of resource transfers over very slow and unreliable links
Bugfixes
- Fixed a bug that could cause requests to timeout prematurely
Release Hashes
b1127745750a43cd7389212d31aa09ccc735ab2d69e3b80bd28874f10082c322 rns-0.6.6-py3-none-any.whl
bf5ba5da4f37b93c14817367952cda63787ec88bbe601e41c13fcbb3fc22b6b6 rnspure-0.6.6-py3-none-any.whl
download
unix · zip
curl -fL -o 0.6.6.zip https://ratatoskr.space/pkg/reticulum/0.6.6.zip
printf '%s %s\n' '9d0ee8702cc6eb2406a4e52879feb3ed4cc9608c17e93bda51f13df8e0afeaa8' '0.6.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.6.6.zip"
$out = "0.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9d0ee8702cc6eb2406a4e52879feb3ed4cc9608c17e93bda51f13df8e0afeaa8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.6.tar.gz https://ratatoskr.space/pkg/reticulum/0.6.6.tar.gz
printf '%s %s\n' '1afb24d8ef1e5ee18f8cd9915f221c8d5b6c934a6dfe73b97b7bd4b482e49c35' '0.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.6.6.tar.gz"
$out = "0.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1afb24d8ef1e5ee18f8cd9915f221c8d5b6c934a6dfe73b97b7bd4b482e49c35") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.6.zip
printf '%s %s\n' '9d0ee8702cc6eb2406a4e52879feb3ed4cc9608c17e93bda51f13df8e0afeaa8' '0.6.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.6.zip"
$out = "0.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9d0ee8702cc6eb2406a4e52879feb3ed4cc9608c17e93bda51f13df8e0afeaa8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.6.tar.gz
printf '%s %s\n' '1afb24d8ef1e5ee18f8cd9915f221c8d5b6c934a6dfe73b97b7bd4b482e49c35' '0.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.6.tar.gz"
$out = "0.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1afb24d8ef1e5ee18f8cd9915f221c8d5b6c934a6dfe73b97b7bd4b482e49c35") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.6.6.zip | zip | 12.2 MiB |
blake3-24 bda150d27c877dbb73aed378ba40c550fa7b60b4287f90c9
sha256 9d0ee8702cc6eb2406a4e52879feb3ed4cc9608c17e93bda51f13df8e0afeaa8
sha1 4be3fc8950ee745c95ad4d7458433e5cf7bc1585
|
| 0.6.6.tar.gz | tar.gz | 12.0 MiB |
blake3-24 3ab6396019442f8be2d598482ee639f97b043e274cbe4b0a
sha256 1afb24d8ef1e5ee18f8cd9915f221c8d5b6c934a6dfe73b97b7bd4b482e49c35
sha1 9ca98424466a9772b9181d8fd43f6218fbf0842b
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.6.6.tar.gz"],
integrity = "sha256-Gvsk2O8eXuGPjNmRXyIcjVtsk0pt/nO5e3vUtILknDU=",
strip_prefix = "reticulum-0.6.6",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.6.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.6.tar.gz"],
integrity = "sha256-Gvsk2O8eXuGPjNmRXyIcjVtsk0pt/nO5e3vUtILknDU=",
strip_prefix = "reticulum-0.6.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.6.tar.gz",