vault / meshtastic-android / 0.0.8
meshtastic-android @ 0.0.8
integrity
- size
- 491.8 KiB
- downloaded
- last checked
release notes
oops - I mean't to include one more commit in 0.0.7 but clicked the wrong thing.
Changes in this release: https://github.com/meshtastic/Meshtastic-Android/compare/0.0.6...0.0.8
download
unix · zip
curl -fL -o 0.0.8.zip https://ratatoskr.space/pkg/meshtastic-android/0.0.8.zip
printf '%s %s\n' 'ca3cfc4f1ed8a9480ee6231fc923088b8b67e4236a5597467e9b0673b1c624d4' '0.0.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.0.8.zip"
$out = "0.0.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca3cfc4f1ed8a9480ee6231fc923088b8b67e4236a5597467e9b0673b1c624d4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.0.8.tar.gz https://ratatoskr.space/pkg/meshtastic-android/0.0.8.tar.gz
printf '%s %s\n' '55333561e73dc1d7981f59d4ffcea6d1a166e3a049dc328ae51d477ff393d575' '0.0.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.0.8.tar.gz"
$out = "0.0.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "55333561e73dc1d7981f59d4ffcea6d1a166e3a049dc328ae51d477ff393d575") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.0.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.0.8.zip
printf '%s %s\n' 'ca3cfc4f1ed8a9480ee6231fc923088b8b67e4236a5597467e9b0673b1c624d4' '0.0.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.0.8.zip"
$out = "0.0.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca3cfc4f1ed8a9480ee6231fc923088b8b67e4236a5597467e9b0673b1c624d4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.0.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.0.8.tar.gz
printf '%s %s\n' '55333561e73dc1d7981f59d4ffcea6d1a166e3a049dc328ae51d477ff393d575' '0.0.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.0.8.tar.gz"
$out = "0.0.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "55333561e73dc1d7981f59d4ffcea6d1a166e3a049dc328ae51d477ff393d575") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.0.8.zip | zip | 487.5 KiB |
blake3-24 f2746668c47c94077739c003500e8f86fad809c1145dc409
sha256 ca3cfc4f1ed8a9480ee6231fc923088b8b67e4236a5597467e9b0673b1c624d4
sha1 a6abb7047a18acabaa6320d0423241ffffc34c28
|
| 0.0.8.tar.gz | tar.gz | 454.4 KiB |
blake3-24 123d96386779368cf2acb1cc2325f71626ebf3695f6fce10
sha256 55333561e73dc1d7981f59d4ffcea6d1a166e3a049dc328ae51d477ff393d575
sha1 d8ba4b6d313d8800997c8232ce5d5b0d8702258c
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/0.0.8.tar.gz"],
integrity = "sha256-VTM1Yec9wdeYH1nU/86m0aFm46BJ3DKK5R1Hf/OT1XU=",
strip_prefix = "meshtastic-android-0.0.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/0.0.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.0.8.tar.gz"],
integrity = "sha256-VTM1Yec9wdeYH1nU/86m0aFm46BJ3DKK5R1Hf/OT1XU=",
strip_prefix = "meshtastic-android-0.0.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.0.8.tar.gz",