vault / meshtastic-web / v1.0.0
meshtastic-web @ v1.0.0
integrity
- size
- 188.4 KiB
- downloaded
- last checked
release notes
Initial sem-ver release
download
unix · zip
curl -fL -o v1.0.0.zip https://ratatoskr.space/pkg/meshtastic-web/v1.0.0.zip
printf '%s %s\n' '90b5ed89ff6436c796a9d3716e74a615119f4d609b9d7636a0ade05adc3a5e18' 'v1.0.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v1.0.0.zip"
$out = "v1.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "90b5ed89ff6436c796a9d3716e74a615119f4d609b9d7636a0ade05adc3a5e18") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0.0.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v1.0.0.tar.gz
printf '%s %s\n' '980a59290446c4ce4009c8c99a0297261c1576dfb6504c6fc0b118d9eeafa607' 'v1.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v1.0.0.tar.gz"
$out = "v1.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "980a59290446c4ce4009c8c99a0297261c1576dfb6504c6fc0b118d9eeafa607") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.0.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v1.0.0.zip
printf '%s %s\n' '90b5ed89ff6436c796a9d3716e74a615119f4d609b9d7636a0ade05adc3a5e18' 'v1.0.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v1.0.0.zip"
$out = "v1.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "90b5ed89ff6436c796a9d3716e74a615119f4d609b9d7636a0ade05adc3a5e18") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v1.0.0.tar.gz
printf '%s %s\n' '980a59290446c4ce4009c8c99a0297261c1576dfb6504c6fc0b118d9eeafa607' 'v1.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v1.0.0.tar.gz"
$out = "v1.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "980a59290446c4ce4009c8c99a0297261c1576dfb6504c6fc0b118d9eeafa607") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.0.0.zip | zip | 190.6 KiB |
blake3-24 b8df5113d280ce2a029ed54c7a36bc50e5c549ca1a521c06
sha256 90b5ed89ff6436c796a9d3716e74a615119f4d609b9d7636a0ade05adc3a5e18
sha1 66dfbf6691a26ba2819a6b5a1e1709d032eea429
|
| v1.0.0.tar.gz | tar.gz | 129.9 KiB |
blake3-24 bfcf2c0f71cb7af88d0022e022ce70629dca4b516619665e
sha256 980a59290446c4ce4009c8c99a0297261c1576dfb6504c6fc0b118d9eeafa607
sha1 e9608ce8c870f05186ac0927fb8b3c1f74f4509d
|
install
bazel
http_archive(
name = "meshtastic-web",
urls = ["https://ratatoskr.space/pkg/meshtastic-web/v1.0.0.tar.gz"],
integrity = "sha256-mApZKQRGxM5ACcjJmgKXJhwVdt+2UExvwLEY2e6vpgc=",
strip_prefix = "meshtastic-web-v1.0.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v1.0.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-web",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v1.0.0.tar.gz"],
integrity = "sha256-mApZKQRGxM5ACcjJmgKXJhwVdt+2UExvwLEY2e6vpgc=",
strip_prefix = "meshtastic-web-v1.0.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v1.0.0.tar.gz",