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.1.3.8c68d88
vault / meshtastic-firmware / v2.1.3.8c68d88

meshtastic-firmware @ v2.1.3.8c68d88

integrity

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

release notes

Enhancements

Bug Fixes

New Contributors

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.1.2.6d20215...v2.1.3.8c68d88

download

unix · zip
curl -fL -o v2.1.3.8c68d88.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.3.8c68d88.zip
                    printf '%s  %s\n' 'f92a7a065a53ba2ad655c7d716e7950c1b4abae1c4a6cbfcdf0f9391cfdd1826' 'v2.1.3.8c68d88.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.3.8c68d88.zip"
$out = "v2.1.3.8c68d88.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f92a7a065a53ba2ad655c7d716e7950c1b4abae1c4a6cbfcdf0f9391cfdd1826") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.8c68d88.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.3.8c68d88.tar.gz
                    printf '%s  %s\n' '6fb1d156b1f5fcbc615a0daed9b2fffc1eed91d699f6f3b9448e82adca75ad67' 'v2.1.3.8c68d88.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.3.8c68d88.tar.gz"
$out = "v2.1.3.8c68d88.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6fb1d156b1f5fcbc615a0daed9b2fffc1eed91d699f6f3b9448e82adca75ad67") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.3.8c68d88.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.3.8c68d88.zip
                    printf '%s  %s\n' 'f92a7a065a53ba2ad655c7d716e7950c1b4abae1c4a6cbfcdf0f9391cfdd1826' 'v2.1.3.8c68d88.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.3.8c68d88.zip"
$out = "v2.1.3.8c68d88.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f92a7a065a53ba2ad655c7d716e7950c1b4abae1c4a6cbfcdf0f9391cfdd1826") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.8c68d88.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.3.8c68d88.tar.gz
                    printf '%s  %s\n' '6fb1d156b1f5fcbc615a0daed9b2fffc1eed91d699f6f3b9448e82adca75ad67' 'v2.1.3.8c68d88.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.3.8c68d88.tar.gz"
$out = "v2.1.3.8c68d88.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6fb1d156b1f5fcbc615a0daed9b2fffc1eed91d699f6f3b9448e82adca75ad67") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.3.8c68d88.zip zip 714.0 KiB
blake3-24 53b445f113ad06e40afd6805899fe2dcc85252d76608fac4
sha256 f92a7a065a53ba2ad655c7d716e7950c1b4abae1c4a6cbfcdf0f9391cfdd1826
sha1 90540597e003841a00b0a7159661b4f75da2f708
v2.1.3.8c68d88.tar.gz tar.gz 465.8 KiB
blake3-24 c3932ed2c6e0373e3598f91892eb1d63c7b3ae743fb72593
sha256 6fb1d156b1f5fcbc615a0daed9b2fffc1eed91d699f6f3b9448e82adca75ad67
sha1 744b05bf2e0e69e164be219b03271564a3432a89

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.3.8c68d88.tar.gz"],
    integrity = "sha256-b7HRVrH1/LxhWg2u2bL//B7tkdaZ9vO5RI6Crcp1rWc=",
    strip_prefix = "meshtastic-firmware-v2.1.3.8c68d88",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.3.8c68d88.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.3.8c68d88.tar.gz"],
    integrity = "sha256-b7HRVrH1/LxhWg2u2bL//B7tkdaZ9vO5RI6Crcp1rWc=",
    strip_prefix = "meshtastic-firmware-v2.1.3.8c68d88",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.3.8c68d88.tar.gz",
← v2.1.4.958d2cfv2.1.2.6d20215 →