vault / meshtastic-android / 0.2.1
meshtastic-android @ 0.2.1
integrity
- size
- 673.3 KiB
- downloaded
- last checked
release notes
Lots of fixes, see the forum
download
unix · zip
curl -fL -o 0.2.1.zip https://ratatoskr.space/pkg/meshtastic-android/0.2.1.zip
printf '%s %s\n' '858d85e8d6fe93788402daee1779e99fed6954020841f63c269c39e695299b47' '0.2.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.2.1.zip"
$out = "0.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "858d85e8d6fe93788402daee1779e99fed6954020841f63c269c39e695299b47") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.2.1.tar.gz https://ratatoskr.space/pkg/meshtastic-android/0.2.1.tar.gz
printf '%s %s\n' 'dca81a26b3c44eee0da5732db481614fc16987d04e025253125670db154b5488' '0.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.2.1.tar.gz"
$out = "0.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dca81a26b3c44eee0da5732db481614fc16987d04e025253125670db154b5488") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.2.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.2.1.zip
printf '%s %s\n' '858d85e8d6fe93788402daee1779e99fed6954020841f63c269c39e695299b47' '0.2.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.2.1.zip"
$out = "0.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "858d85e8d6fe93788402daee1779e99fed6954020841f63c269c39e695299b47") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.2.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.2.1.tar.gz
printf '%s %s\n' 'dca81a26b3c44eee0da5732db481614fc16987d04e025253125670db154b5488' '0.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.2.1.tar.gz"
$out = "0.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dca81a26b3c44eee0da5732db481614fc16987d04e025253125670db154b5488") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.2.1.zip | zip | 676.8 KiB |
blake3-24 4756e69a5e94f8566e5389ee156f709de0996e9ae22cf3eb
sha256 858d85e8d6fe93788402daee1779e99fed6954020841f63c269c39e695299b47
sha1 13f618ec61f11f65c8e0df4c9a366337015f1f0e
|
| 0.2.1.tar.gz | tar.gz | 638.6 KiB |
blake3-24 d22a87bb3ab35693a5fadcdd7f362a8390569241614bd62e
sha256 dca81a26b3c44eee0da5732db481614fc16987d04e025253125670db154b5488
sha1 fb79769f6b5cc2e747d5c6a6c32e23e93780e434
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/0.2.1.tar.gz"],
integrity = "sha256-3KgaJrPETu4NpXMttIFhT8Fph9BOAlJTElZw2xVLVIg=",
strip_prefix = "meshtastic-android-0.2.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/0.2.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.2.1.tar.gz"],
integrity = "sha256-3KgaJrPETu4NpXMttIFhT8Fph9BOAlJTElZw2xVLVIg=",
strip_prefix = "meshtastic-android-0.2.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.2.1.tar.gz",