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

meshtastic-web @ v2.6.4

integrity

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

release notes

Release Notes For v2.6.4

This release was made possible by the hard work from all of our contributors. A big thank you to everyone who helped bring these improvements to life! The following people have contributed to this release: @vidplace7, @James9074, @danditomaso, @Hunter275, @philon-, @dzienisz.

In summary, this release saw contributions from 6 different individuals.

Major New Features

Minor New Features

Bug Fixes

Codebase and Development Improvements

New Contributors

download

unix · zip
curl -fL -o v2.6.4.zip https://ratatoskr.space/pkg/meshtastic-web/v2.6.4.zip
                    printf '%s  %s\n' '0f5de4833568c7ea0c7d1c743eae2d489530e6fa55f7623db4ed08d2c55bb2ea' 'v2.6.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.4.zip"
$out = "v2.6.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f5de4833568c7ea0c7d1c743eae2d489530e6fa55f7623db4ed08d2c55bb2ea") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.4.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.6.4.tar.gz
                    printf '%s  %s\n' '3a411e09dda319830cad38c80472be508d8e8bc614cf92c662d0fdaf178728bc' 'v2.6.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.4.tar.gz"
$out = "v2.6.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3a411e09dda319830cad38c80472be508d8e8bc614cf92c662d0fdaf178728bc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.4.zip
                    printf '%s  %s\n' '0f5de4833568c7ea0c7d1c743eae2d489530e6fa55f7623db4ed08d2c55bb2ea' 'v2.6.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.4.zip"
$out = "v2.6.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f5de4833568c7ea0c7d1c743eae2d489530e6fa55f7623db4ed08d2c55bb2ea") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.4.tar.gz
                    printf '%s  %s\n' '3a411e09dda319830cad38c80472be508d8e8bc614cf92c662d0fdaf178728bc' 'v2.6.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.4.tar.gz"
$out = "v2.6.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3a411e09dda319830cad38c80472be508d8e8bc614cf92c662d0fdaf178728bc") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.4.zip zip 675.8 KiB
blake3-24 3c3cc3c6e2ad675c7486ba5f74ebaafd242975bc39eed3e4
sha256 0f5de4833568c7ea0c7d1c743eae2d489530e6fa55f7623db4ed08d2c55bb2ea
sha1 48e23e0ac3d598b3090d1a7361b29212104ead16
v2.6.4.tar.gz tar.gz 552.7 KiB
blake3-24 b40e4b48091031ac15881f7f180037ecfc57a73ef210af07
sha256 3a411e09dda319830cad38c80472be508d8e8bc614cf92c662d0fdaf178728bc
sha1 4eddf5de0efa4aa2b6305ce3ef32a9feb7f5754e

install

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