vault / meshtastic-firmware / 0.0.9
meshtastic-firmware @ 0.0.9
integrity
- size
- 12.6 MiB
- downloaded
- last checked
release notes
Please post in chat with what you find.
full list of changes:
https://github.com/meshtastic/Meshtastic-esp32/compare/0.0.5...0.0.9
download
unix · zip
curl -fL -o 0.0.9.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.0.9.zip
printf '%s %s\n' '121aedeedb1684ed383b6d82e853a50b1be8f2344f48375ce25529891e884702' '0.0.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.0.9.zip"
$out = "0.0.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "121aedeedb1684ed383b6d82e853a50b1be8f2344f48375ce25529891e884702") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.0.9.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.0.9.tar.gz
printf '%s %s\n' 'db2635e32b6531e90a4f000ad0f34c4f4b89c87b1000b4f2b7ff9bd5842b0651' '0.0.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.0.9.tar.gz"
$out = "0.0.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db2635e32b6531e90a4f000ad0f34c4f4b89c87b1000b4f2b7ff9bd5842b0651") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.0.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.9.zip
printf '%s %s\n' '121aedeedb1684ed383b6d82e853a50b1be8f2344f48375ce25529891e884702' '0.0.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.9.zip"
$out = "0.0.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "121aedeedb1684ed383b6d82e853a50b1be8f2344f48375ce25529891e884702") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.0.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.9.tar.gz
printf '%s %s\n' 'db2635e32b6531e90a4f000ad0f34c4f4b89c87b1000b4f2b7ff9bd5842b0651' '0.0.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.9.tar.gz"
$out = "0.0.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db2635e32b6531e90a4f000ad0f34c4f4b89c87b1000b4f2b7ff9bd5842b0651") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.0.9.zip | zip | 12.7 MiB |
blake3-24 944039d70087e6c69c4a5f961eb997738aaf0766d0641039
sha256 121aedeedb1684ed383b6d82e853a50b1be8f2344f48375ce25529891e884702
sha1 02c2e386ae661008cb6e6103bed7406fa5d2197a
|
| 0.0.9.tar.gz | tar.gz | 12.6 MiB |
blake3-24 6b95c994a420585d9f6d143acc54d4a0872d44f863d04370
sha256 db2635e32b6531e90a4f000ad0f34c4f4b89c87b1000b4f2b7ff9bd5842b0651
sha1 439c654de6a325a5ef1e04a4708bc4ae07676cf3
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.0.9.tar.gz"],
integrity = "sha256-2yY14ytlMekKTwAK0PNMT0uJyHsQALTyt/+b1YQrBlE=",
strip_prefix = "meshtastic-firmware-0.0.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.0.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.9.tar.gz"],
integrity = "sha256-2yY14ytlMekKTwAK0PNMT0uJyHsQALTyt/+b1YQrBlE=",
strip_prefix = "meshtastic-firmware-0.0.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.9.tar.gz",