vault / meshtastic-apple / v2.7.20
meshtastic-apple @ v2.7.20
integrity
- size
- 34.6 MiB
- downloaded
- last checked
release notes
Documentation bundle for v2.7.20.
Canonical English user & developer guides (markdown + screenshots) frozen at this
release, for syncing into meshtastic.org. Point the sync-apple-docs job at this
release asset (meshtastic-apple-docs-2.7.20.tar.gz) instead of the main branch so the site's Apple docs
only change when a new app version is tagged.
download
unix · zip
curl -fL -o v2.7.20.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.20.zip
printf '%s %s\n' '0c250546cf1ea638d7b5c7c58b9e0ffa0ea76824f65ddedacfa4b8c5965bed1d' 'v2.7.20.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.20.zip"
$out = "v2.7.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c250546cf1ea638d7b5c7c58b9e0ffa0ea76824f65ddedacfa4b8c5965bed1d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.20.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.20.tar.gz
printf '%s %s\n' '5e1fb8940885cc7b462ad7f8b747c4481926acaa64ccdb856b24a782ff8f8d54' 'v2.7.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.20.tar.gz"
$out = "v2.7.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5e1fb8940885cc7b462ad7f8b747c4481926acaa64ccdb856b24a782ff8f8d54") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.20.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.20.zip
printf '%s %s\n' '0c250546cf1ea638d7b5c7c58b9e0ffa0ea76824f65ddedacfa4b8c5965bed1d' 'v2.7.20.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.20.zip"
$out = "v2.7.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c250546cf1ea638d7b5c7c58b9e0ffa0ea76824f65ddedacfa4b8c5965bed1d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.20.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.20.tar.gz
printf '%s %s\n' '5e1fb8940885cc7b462ad7f8b747c4481926acaa64ccdb856b24a782ff8f8d54' 'v2.7.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.20.tar.gz"
$out = "v2.7.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5e1fb8940885cc7b462ad7f8b747c4481926acaa64ccdb856b24a782ff8f8d54") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.20.zip | zip | 34.7 MiB |
blake3-24 82186cab8dff1f948ddcb6016708e5cbbf971fdbf4d24c49
sha256 0c250546cf1ea638d7b5c7c58b9e0ffa0ea76824f65ddedacfa4b8c5965bed1d
sha1 322a4901d5d0c60efbe493c2b4d780e725e70402
|
| v2.7.20.tar.gz | tar.gz | 33.7 MiB |
blake3-24 acac47dae3b9194fba19608e0e43bd21ec83c605f39c38a1
sha256 5e1fb8940885cc7b462ad7f8b747c4481926acaa64ccdb856b24a782ff8f8d54
sha1 6ffd42b9a6b77bccd55454ff7d39c2ffead43f79
|
install
bazel
http_archive(
name = "meshtastic-apple",
urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.20.tar.gz"],
integrity = "sha256-Xh+4lAiFzHtGKtf4t0fESBkmrKpkzNuFaySngv+PjVQ=",
strip_prefix = "meshtastic-apple-v2.7.20",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.20.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-apple",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.20.tar.gz"],
integrity = "sha256-Xh+4lAiFzHtGKtf4t0fESBkmrKpkzNuFaySngv+PjVQ=",
strip_prefix = "meshtastic-apple-v2.7.20",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.20.tar.gz",