reticulum @ 0.7.3
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
This release adds the ability to specify custom firmware URLs for flashing boards with rnodeconf. Thanks to @attermann who contributed to this release!
Changes
- Added ability to specify custom firmware URLs for flashing boards with
rnodeconf
Release Hashes
bb24445ae9a3a63d348e4d7fe80b750608f257851b97b38fadab929b7a774bc9 rns-0.7.3-py3-none-any.whl
1b148d013103c35ba9a8e105082ef50686c130676d0a560ed709cb546129287e rnspure-0.7.3-py3-none-any.whl
download
unix · zip
curl -fL -o 0.7.3.zip https://ratatoskr.space/pkg/reticulum/0.7.3.zip
printf '%s %s\n' '26696c8d77019871fca03acb8a71c213c0dd26171a38d3e437a83d2a38fa021a' '0.7.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.7.3.zip"
$out = "0.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "26696c8d77019871fca03acb8a71c213c0dd26171a38d3e437a83d2a38fa021a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.3.tar.gz https://ratatoskr.space/pkg/reticulum/0.7.3.tar.gz
printf '%s %s\n' '42750f6ff8928de81bfe4ec865614f4d9d9b2e95b9c36187c16815c623ac4769' '0.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.7.3.tar.gz"
$out = "0.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "42750f6ff8928de81bfe4ec865614f4d9d9b2e95b9c36187c16815c623ac4769") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.7.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.3.zip
printf '%s %s\n' '26696c8d77019871fca03acb8a71c213c0dd26171a38d3e437a83d2a38fa021a' '0.7.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.3.zip"
$out = "0.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "26696c8d77019871fca03acb8a71c213c0dd26171a38d3e437a83d2a38fa021a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.3.tar.gz
printf '%s %s\n' '42750f6ff8928de81bfe4ec865614f4d9d9b2e95b9c36187c16815c623ac4769' '0.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.3.tar.gz"
$out = "0.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "42750f6ff8928de81bfe4ec865614f4d9d9b2e95b9c36187c16815c623ac4769") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.7.3.zip | zip | 12.2 MiB |
blake3-24 c56f01cb09d838711c807e8ca0a89954e10fd6ede5a13090
sha256 26696c8d77019871fca03acb8a71c213c0dd26171a38d3e437a83d2a38fa021a
sha1 30af91b1256dc4173e2ef92da8ce872e555a282c
|
| 0.7.3.tar.gz | tar.gz | 12.1 MiB |
blake3-24 47790b2ac2b722d3e73d5659c98458c57baf000b22f66b3b
sha256 42750f6ff8928de81bfe4ec865614f4d9d9b2e95b9c36187c16815c623ac4769
sha1 150a43192913ed26f5e6ec639d38908d5ebdc69d
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.7.3.tar.gz"],
integrity = "sha256-QnUPb/iSjegb/k7IZWFPTZ2bLpW5w2GHwWgVxiOsR2k=",
strip_prefix = "reticulum-0.7.3",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.7.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.3.tar.gz"],
integrity = "sha256-QnUPb/iSjegb/k7IZWFPTZ2bLpW5w2GHwWgVxiOsR2k=",
strip_prefix = "reticulum-0.7.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.3.tar.gz",