vault / meshtastic-protobufs / v2.1.19
meshtastic-protobufs @ v2.1.19
integrity
- size
- 66.7 KiB
- downloaded
- last checked
release notes
What's Changed
- Mega-ohms casing correction by @thebentern in https://github.com/meshtastic/protobufs/pull/365
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.18...v2.1.19
download
unix · zip
curl -fL -o v2.1.19.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.19.zip
printf '%s %s\n' '51314e1575e2775275a3d60d784f32611ffd8a07104e274bf23bbd4452522792' 'v2.1.19.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.19.zip"
$out = "v2.1.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "51314e1575e2775275a3d60d784f32611ffd8a07104e274bf23bbd4452522792") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.19.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.19.tar.gz
printf '%s %s\n' '6b4e3f7debb8c2c14dbb4d5d87a54df68f022f8dc0d6538a29060477e0632747' 'v2.1.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.19.tar.gz"
$out = "v2.1.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6b4e3f7debb8c2c14dbb4d5d87a54df68f022f8dc0d6538a29060477e0632747") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.19.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.19.zip
printf '%s %s\n' '51314e1575e2775275a3d60d784f32611ffd8a07104e274bf23bbd4452522792' 'v2.1.19.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.19.zip"
$out = "v2.1.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "51314e1575e2775275a3d60d784f32611ffd8a07104e274bf23bbd4452522792") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.19.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.19.tar.gz
printf '%s %s\n' '6b4e3f7debb8c2c14dbb4d5d87a54df68f022f8dc0d6538a29060477e0632747' 'v2.1.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.19.tar.gz"
$out = "v2.1.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6b4e3f7debb8c2c14dbb4d5d87a54df68f022f8dc0d6538a29060477e0632747") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.19.zip | zip | 67.6 KiB |
blake3-24 453ebb1e6bafb97095e923e6b80aae9a7a3de4536c111fc1
sha256 51314e1575e2775275a3d60d784f32611ffd8a07104e274bf23bbd4452522792
sha1 c9efd74e1b91386196e37230661f55f59570a4ab
|
| v2.1.19.tar.gz | tar.gz | 50.8 KiB |
blake3-24 76c01b2461b1737014365bdc5b1a7115fa59d792c02c4118
sha256 6b4e3f7debb8c2c14dbb4d5d87a54df68f022f8dc0d6538a29060477e0632747
sha1 110f7b69f0b7ae05d12a13b953e0168a2f062eff
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.19.tar.gz"],
integrity = "sha256-a04/feu4wsFNu01dh6VN9o8CL43A1lOKKQYEd+BjJ0c=",
strip_prefix = "meshtastic-protobufs-v2.1.19",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.19.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.19.tar.gz"],
integrity = "sha256-a04/feu4wsFNu01dh6VN9o8CL43A1lOKKQYEd+BjJ0c=",
strip_prefix = "meshtastic-protobufs-v2.1.19",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.19.tar.gz",