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/v2.6.6
vault / meshtastic-web / v2.6.6

meshtastic-web @ v2.6.6

integrity

size
1.1 MiB
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.6.5...v2.6.6

download

unix · zip
curl -fL -o v2.6.6.zip https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.zip
                    printf '%s  %s\n' '16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9' 'v2.6.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.zip"
$out = "v2.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.6.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.tar.gz
                    printf '%s  %s\n' 'de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb' 'v2.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.tar.gz"
$out = "v2.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.zip
                    printf '%s  %s\n' '16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9' 'v2.6.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.zip"
$out = "v2.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.tar.gz
                    printf '%s  %s\n' 'de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb' 'v2.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.tar.gz"
$out = "v2.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.6.zip zip 1.1 MiB
blake3-24 5fb5798e8cfdce53028d326ea0f077f972c368c921005303
sha256 16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9
sha1 1968598e7d18a07d1c0e7c43c5d7d492f31d7142
v2.6.6.tar.gz tar.gz 881.6 KiB
blake3-24 3f7eae44dabfacefe78690600b502316c026b14f1e06331c
sha256 de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb
sha1 263c6a9c70f305b612b2d6bc4765f2e6b5ef1349

install

bazel
http_archive(
    name = "meshtastic-web",
    urls = ["https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.tar.gz"],
    integrity = "sha256-3lvYr942cKNUiSt3OAd4xjZUCWUqbfNvt21+RKaoAss=",
    strip_prefix = "meshtastic-web-v2.6.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-web",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.tar.gz"],
    integrity = "sha256-3lvYr942cKNUiSt3OAd4xjZUCWUqbfNvt21+RKaoAss=",
    strip_prefix = "meshtastic-web-v2.6.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.tar.gz",
← v2.6.7v2.6.5 →