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-android/2.5.0
vault / meshtastic-android / 2.5.0

meshtastic-android @ 2.5.0

integrity

size
2.4 MiB
downloaded
last checked

release notes

Features

Refactors

Bug fixes

New Contributors

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.4.4...2.5.0

download

unix · zip
curl -fL -o 2.5.0.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.0.zip
                    printf '%s  %s\n' '85a307a8804a37d9143226b1b8d57d647beefe91e41247d7ded961f70866e33d' '2.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.0.zip"
$out = "2.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "85a307a8804a37d9143226b1b8d57d647beefe91e41247d7ded961f70866e33d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.0.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.0.tar.gz
                    printf '%s  %s\n' '59f4288f635c256ecf6599f7e78b29250ddb983ab29357331a3eeddcd9562b38' '2.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.0.tar.gz"
$out = "2.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "59f4288f635c256ecf6599f7e78b29250ddb983ab29357331a3eeddcd9562b38") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.0.zip
                    printf '%s  %s\n' '85a307a8804a37d9143226b1b8d57d647beefe91e41247d7ded961f70866e33d' '2.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.0.zip"
$out = "2.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "85a307a8804a37d9143226b1b8d57d647beefe91e41247d7ded961f70866e33d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.0.tar.gz
                    printf '%s  %s\n' '59f4288f635c256ecf6599f7e78b29250ddb983ab29357331a3eeddcd9562b38' '2.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.0.tar.gz"
$out = "2.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "59f4288f635c256ecf6599f7e78b29250ddb983ab29357331a3eeddcd9562b38") { throw "sha256 mismatch" }
artifact format size hashes
2.5.0.zip zip 2.4 MiB
blake3-24 ad37c5f9ea8013925efedf6e45c2a848df15954f28fed057
sha256 85a307a8804a37d9143226b1b8d57d647beefe91e41247d7ded961f70866e33d
sha1 c9146757b80b314bb1199c35466eac8631a9a97c
2.5.0.tar.gz tar.gz 2.2 MiB
blake3-24 8664b732b741d7d20118063bf531292614e212c9b4de5a4b
sha256 59f4288f635c256ecf6599f7e78b29250ddb983ab29357331a3eeddcd9562b38
sha1 9ae832704c4e51bc5cdd37eed79147cf0c69d809

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.5.0.tar.gz"],
    integrity = "sha256-WfQoj2NcJW7PZZn354spJQ3bmDqyk1czGj7t3NlWKzg=",
    strip_prefix = "meshtastic-android-2.5.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.0.tar.gz"],
    integrity = "sha256-WfQoj2NcJW7PZZn354spJQ3bmDqyk1czGj7t3NlWKzg=",
    strip_prefix = "meshtastic-android-2.5.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.0.tar.gz",
← 2.5.12.4.4 →