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-web/2.5.2
vault / meshtastic-web / 2.5.2

meshtastic-web @ 2.5.2

integrity

size
212.7 KiB
downloaded
last checked
source https://github.com/meshtastic/web · available · github

release notes

What's Changed

Full Changelog: https://github.com/meshtastic/web/compare/v2.5.1...2.5.2

download

unix · zip
curl -fL -o 2.5.2.zip https://ratatoskr.space/pkg/meshtastic-web/2.5.2.zip
                    printf '%s  %s\n' '505d9f3c4dd9549fd1a7ae891c5836d3115cd03673cf8f040b120c61a064cdce' '2.5.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/2.5.2.zip"
$out = "2.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "505d9f3c4dd9549fd1a7ae891c5836d3115cd03673cf8f040b120c61a064cdce") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.2.tar.gz https://ratatoskr.space/pkg/meshtastic-web/2.5.2.tar.gz
                    printf '%s  %s\n' '28b58e7a72a0fa9300e3b4b4c19c8f2d06411b0af4243979b31124a3e0721e5b' '2.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/2.5.2.tar.gz"
$out = "2.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "28b58e7a72a0fa9300e3b4b4c19c8f2d06411b0af4243979b31124a3e0721e5b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/2.5.2.zip
                    printf '%s  %s\n' '505d9f3c4dd9549fd1a7ae891c5836d3115cd03673cf8f040b120c61a064cdce' '2.5.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/2.5.2.zip"
$out = "2.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "505d9f3c4dd9549fd1a7ae891c5836d3115cd03673cf8f040b120c61a064cdce") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/2.5.2.tar.gz
                    printf '%s  %s\n' '28b58e7a72a0fa9300e3b4b4c19c8f2d06411b0af4243979b31124a3e0721e5b' '2.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/2.5.2.tar.gz"
$out = "2.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "28b58e7a72a0fa9300e3b4b4c19c8f2d06411b0af4243979b31124a3e0721e5b") { throw "sha256 mismatch" }
artifact format size hashes
2.5.2.zip zip 215.2 KiB
blake3-24 dbba0a1eb0001341526ec59c954511ea5bdc36635d87036c
sha256 505d9f3c4dd9549fd1a7ae891c5836d3115cd03673cf8f040b120c61a064cdce
sha1 8247c2dc8756bad473718797e2bcd6be7b256679
2.5.2.tar.gz tar.gz 150.0 KiB
blake3-24 4c8b645f3ae99e47344c8f64e066e88fc60cf0bafc282de1
sha256 28b58e7a72a0fa9300e3b4b4c19c8f2d06411b0af4243979b31124a3e0721e5b
sha1 7188dba587918e3b9f55c07e55c445e2f4c69913

install

bazel
http_archive(
    name = "meshtastic-web",
    urls = ["https://ratatoskr.space/pkg/meshtastic-web/2.5.2.tar.gz"],
    integrity = "sha256-KLWOenKg+pMA47S0wZyPLQZBGwr0JDl5sxEko+ByHls=",
    strip_prefix = "meshtastic-web-2.5.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/2.5.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-web",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/2.5.2.tar.gz"],
    integrity = "sha256-KLWOenKg+pMA47S0wZyPLQZBGwr0JDl5sxEko+ByHls=",
    strip_prefix = "meshtastic-web-2.5.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/2.5.2.tar.gz",
← v2.5.3v2.5.1 →