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-apple/v2.7.15
vault / meshtastic-apple / v2.7.15

meshtastic-apple @ v2.7.15

integrity

size
27.4 MiB
downloaded
last checked
source https://github.com/meshtastic/Meshtastic-Apple · available · github

release notes

Documentation bundle for v2.7.15.

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.15.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.15.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.15.zip
                    printf '%s  %s\n' '288f8c4a5c01f542cbe8c8ebc2ccd432406ce198fa1b614eef3a1cbf5188126a' 'v2.7.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.15.zip"
$out = "v2.7.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "288f8c4a5c01f542cbe8c8ebc2ccd432406ce198fa1b614eef3a1cbf5188126a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.15.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.15.tar.gz
                    printf '%s  %s\n' 'b5606bfcdb7b3ca74acd3d902fc972d158a241a6e93eaef9ee3c3c8f41105a74' 'v2.7.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.15.tar.gz"
$out = "v2.7.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b5606bfcdb7b3ca74acd3d902fc972d158a241a6e93eaef9ee3c3c8f41105a74") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.15.zip
                    printf '%s  %s\n' '288f8c4a5c01f542cbe8c8ebc2ccd432406ce198fa1b614eef3a1cbf5188126a' 'v2.7.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.15.zip"
$out = "v2.7.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "288f8c4a5c01f542cbe8c8ebc2ccd432406ce198fa1b614eef3a1cbf5188126a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.15.tar.gz
                    printf '%s  %s\n' 'b5606bfcdb7b3ca74acd3d902fc972d158a241a6e93eaef9ee3c3c8f41105a74' 'v2.7.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.15.tar.gz"
$out = "v2.7.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b5606bfcdb7b3ca74acd3d902fc972d158a241a6e93eaef9ee3c3c8f41105a74") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.15.zip zip 27.5 MiB
blake3-24 f7467e05ebb3f9a15415ff2f03b3ee5d6ae9587de58118ab
sha256 288f8c4a5c01f542cbe8c8ebc2ccd432406ce198fa1b614eef3a1cbf5188126a
sha1 24ba13c54fc486851875be8a34dfaa99578a0cce
v2.7.15.tar.gz tar.gz 26.7 MiB
blake3-24 8d62e92c6b4b4918850956e1a34098a6c8f81c9e426910e4
sha256 b5606bfcdb7b3ca74acd3d902fc972d158a241a6e93eaef9ee3c3c8f41105a74
sha1 ce19e510c43942ff01135a2a95655df262a5557c

install

bazel
http_archive(
    name = "meshtastic-apple",
    urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.15.tar.gz"],
    integrity = "sha256-tWBr/Nt7PKdKzT2QL8ly0ViiQabpPq757jw8j0EQWnQ=",
    strip_prefix = "meshtastic-apple-v2.7.15",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.15.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-apple",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.15.tar.gz"],
    integrity = "sha256-tWBr/Nt7PKdKzT2QL8ly0ViiQabpPq757jw8j0EQWnQ=",
    strip_prefix = "meshtastic-apple-v2.7.15",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.15.tar.gz",
← v2.7.16v2.7.14 →