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

meshtastic-web @ v2.6.5

integrity

size
1.1 MiB
downloaded
last checked
source https://github.com/meshtastic/web · available · github

release notes

What's Changed

New Contributors

For the full changelog: Link

download

unix · zip
curl -fL -o v2.6.5.zip https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.zip
                    printf '%s  %s\n' '9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975' 'v2.6.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.zip"
$out = "v2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.5.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.tar.gz
                    printf '%s  %s\n' 'da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c' 'v2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.tar.gz"
$out = "v2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.zip
                    printf '%s  %s\n' '9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975' 'v2.6.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.zip"
$out = "v2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.tar.gz
                    printf '%s  %s\n' 'da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c' 'v2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.tar.gz"
$out = "v2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.5.zip zip 1.1 MiB
blake3-24 bfb66086b89abcb354f7cf4dc65c99cb0fc4d5f6a320fa36
sha256 9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975
sha1 573efc9fa349eef0c29a4498cffc96d398ea23a0
v2.6.5.tar.gz tar.gz 873.0 KiB
blake3-24 e833959555c63daa9d9e041057718b4ddf8355f3d338968c
sha256 da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c
sha1 97785c587ab364d1e6d6d9d0963d586c266a0f74

install

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