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

meshtastic-apple @ v2.7.13

integrity

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

release notes

Documentation bundle for v2.7.13.

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.13.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.13.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.13.zip
                    printf '%s  %s\n' 'eb477215f6ef61bc18ce4e3c141de221bd69ddaedee87fdcbee80826801492bc' 'v2.7.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.13.zip"
$out = "v2.7.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb477215f6ef61bc18ce4e3c141de221bd69ddaedee87fdcbee80826801492bc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.13.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.13.tar.gz
                    printf '%s  %s\n' '025f36f8c335510c3d2a31bbf082873f12f05c68547dfc7fd156244cdfa9fa45' 'v2.7.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.13.tar.gz"
$out = "v2.7.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "025f36f8c335510c3d2a31bbf082873f12f05c68547dfc7fd156244cdfa9fa45") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.13.zip
                    printf '%s  %s\n' 'eb477215f6ef61bc18ce4e3c141de221bd69ddaedee87fdcbee80826801492bc' 'v2.7.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.13.zip"
$out = "v2.7.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb477215f6ef61bc18ce4e3c141de221bd69ddaedee87fdcbee80826801492bc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.13.tar.gz
                    printf '%s  %s\n' '025f36f8c335510c3d2a31bbf082873f12f05c68547dfc7fd156244cdfa9fa45' 'v2.7.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.13.tar.gz"
$out = "v2.7.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "025f36f8c335510c3d2a31bbf082873f12f05c68547dfc7fd156244cdfa9fa45") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.13.zip zip 25.8 MiB
blake3-24 20d2dd6c31923566dbd3ebcc3e4b8c3ade34d28888bbca92
sha256 eb477215f6ef61bc18ce4e3c141de221bd69ddaedee87fdcbee80826801492bc
sha1 b9c3c2d466d3e13d4e4cbe00219d12e94813fb1b
v2.7.13.tar.gz tar.gz 25.0 MiB
blake3-24 d98108efeba034215232bc638576e1225a7627a5d3fd8b42
sha256 025f36f8c335510c3d2a31bbf082873f12f05c68547dfc7fd156244cdfa9fa45
sha1 bb122de24835a34c1b0e3c8e52004c0b29107924

install

bazel
http_archive(
    name = "meshtastic-apple",
    urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.13.tar.gz"],
    integrity = "sha256-Al82+MM1UQw9KjG78IKHPxLwXGhUffx/0VYkTN+p+kU=",
    strip_prefix = "meshtastic-apple-v2.7.13",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.13.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-apple",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.13.tar.gz"],
    integrity = "sha256-Al82+MM1UQw9KjG78IKHPxLwXGhUffx/0VYkTN+p+kU=",
    strip_prefix = "meshtastic-apple-v2.7.13",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.13.tar.gz",
← v2.7.14