vault / meshtastic-web / v2.5.4
meshtastic-web @ v2.5.4
integrity
- size
- 211.7 KiB
- downloaded
- last checked
release notes
What's Changed
- Added Password Visibility Toggle by @medentem in https://github.com/meshtastic/web/pull/311
- Fix Title by @rcarteraz in https://github.com/meshtastic/web/pull/336
New Contributors
- @medentem made their first contribution in https://github.com/meshtastic/web/pull/311
Full Changelog: https://github.com/meshtastic/web/compare/v2.5.3...v2.5.4
download
unix · zip
curl -fL -o v2.5.4.zip https://ratatoskr.space/pkg/meshtastic-web/v2.5.4.zip
printf '%s %s\n' 'a0f1c38f6ac90712da568e3f19b5105260ae69a28f1b42cccfdca7fd5fc2a452' 'v2.5.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.4.zip"
$out = "v2.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a0f1c38f6ac90712da568e3f19b5105260ae69a28f1b42cccfdca7fd5fc2a452") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.4.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.5.4.tar.gz
printf '%s %s\n' '4096083365c50229e34c512cd939cde32ff495aa08ebaab7fa3cbb59406f319d' 'v2.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.4.tar.gz"
$out = "v2.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4096083365c50229e34c512cd939cde32ff495aa08ebaab7fa3cbb59406f319d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.4.zip
printf '%s %s\n' 'a0f1c38f6ac90712da568e3f19b5105260ae69a28f1b42cccfdca7fd5fc2a452' 'v2.5.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.4.zip"
$out = "v2.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a0f1c38f6ac90712da568e3f19b5105260ae69a28f1b42cccfdca7fd5fc2a452") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.4.tar.gz
printf '%s %s\n' '4096083365c50229e34c512cd939cde32ff495aa08ebaab7fa3cbb59406f319d' 'v2.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.4.tar.gz"
$out = "v2.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4096083365c50229e34c512cd939cde32ff495aa08ebaab7fa3cbb59406f319d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.4.zip | zip | 214.6 KiB |
blake3-24 a340669cf3830ebf8c6b8db0a68ae604a1625f6491f72258
sha256 a0f1c38f6ac90712da568e3f19b5105260ae69a28f1b42cccfdca7fd5fc2a452
sha1 9806e2cab31e8e590a3d63d273068cc5692fa66e
|
| v2.5.4.tar.gz | tar.gz | 148.9 KiB |
blake3-24 3324c9ecad5bfe851e8e0570e16aeff380e821533b3c878e
sha256 4096083365c50229e34c512cd939cde32ff495aa08ebaab7fa3cbb59406f319d
sha1 6bb9f01c5201cadc87bf7c21b449953b05ba1f54
|
install
bazel
http_archive(
name = "meshtastic-web",
urls = ["https://ratatoskr.space/pkg/meshtastic-web/v2.5.4.tar.gz"],
integrity = "sha256-QJYIM2XFAinjTFEs2TnN4y/0laoI66q3+jy7WUBvMZ0=",
strip_prefix = "meshtastic-web-v2.5.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-web",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.4.tar.gz"],
integrity = "sha256-QJYIM2XFAinjTFEs2TnN4y/0laoI66q3+jy7WUBvMZ0=",
strip_prefix = "meshtastic-web-v2.5.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.4.tar.gz",