yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-firmware/v2.5.18.89ebafc
vault / meshtastic-firmware / v2.5.18.89ebafc

meshtastic-firmware @ v2.5.18.89ebafc

integrity

size
3.4 MiB
downloaded
last checked
detected
raw version: universal archives only
source https://github.com/meshtastic/firmware · available · github

release notes

⚠️ Known issues

🚀 Enhancements

🐛 Bug fixes & maintenance

New Contributors

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.5.17.b4b2fd6...v2.5.18.89ebafc

download

unix · zip
curl -fL -o v2.5.18.89ebafc.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.18.89ebafc.zip
                    printf '%s  %s\n' 'de28c4c481955f3be790a535bad2e828c74c386cb93fdcec6349c84aa1d8a051' 'v2.5.18.89ebafc.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.18.89ebafc.zip"
$out = "v2.5.18.89ebafc.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de28c4c481955f3be790a535bad2e828c74c386cb93fdcec6349c84aa1d8a051") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.18.89ebafc.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.18.89ebafc.tar.gz
                    printf '%s  %s\n' '4625d2836a8bb50666dff1e122330fda9450d36f5d1ca2cf73d803f96bcb1f6e' 'v2.5.18.89ebafc.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.18.89ebafc.tar.gz"
$out = "v2.5.18.89ebafc.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4625d2836a8bb50666dff1e122330fda9450d36f5d1ca2cf73d803f96bcb1f6e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.18.89ebafc.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.18.89ebafc.zip
                    printf '%s  %s\n' 'de28c4c481955f3be790a535bad2e828c74c386cb93fdcec6349c84aa1d8a051' 'v2.5.18.89ebafc.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.18.89ebafc.zip"
$out = "v2.5.18.89ebafc.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de28c4c481955f3be790a535bad2e828c74c386cb93fdcec6349c84aa1d8a051") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.18.89ebafc.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.18.89ebafc.tar.gz
                    printf '%s  %s\n' '4625d2836a8bb50666dff1e122330fda9450d36f5d1ca2cf73d803f96bcb1f6e' 'v2.5.18.89ebafc.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.18.89ebafc.tar.gz"
$out = "v2.5.18.89ebafc.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4625d2836a8bb50666dff1e122330fda9450d36f5d1ca2cf73d803f96bcb1f6e") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.18.89ebafc.zip zip 3.4 MiB
blake3-24 ffbef808ecb570b11d21bdc31eb9debfc3449f60c8161527
sha256 de28c4c481955f3be790a535bad2e828c74c386cb93fdcec6349c84aa1d8a051
sha1 e5dcb3bfcd4ae403a51504ec49cdd448f86e6ac3
v2.5.18.89ebafc.tar.gz tar.gz 2.9 MiB
blake3-24 ad5090a84221a710b05009fff52ef3f4beea4078bf41046a
sha256 4625d2836a8bb50666dff1e122330fda9450d36f5d1ca2cf73d803f96bcb1f6e
sha1 e232bd81e0a236ec441e709c3cef7ae474975e47

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.18.89ebafc.tar.gz"],
    integrity = "sha256-RiXSg2qLtQZm3/HhIjMP2pRQ029dHKLPc9gD+WvLH24=",
    strip_prefix = "meshtastic-firmware-v2.5.18.89ebafc",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.18.89ebafc.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.18.89ebafc.tar.gz"],
    integrity = "sha256-RiXSg2qLtQZm3/HhIjMP2pRQ029dHKLPc9gD+WvLH24=",
    strip_prefix = "meshtastic-firmware-v2.5.18.89ebafc",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.18.89ebafc.tar.gz",
← v2.5.20.4c97351v2.5.15.79da236 →