vault / meshtastic-protobufs / v2.2.11
meshtastic-protobufs @ v2.2.11
integrity
- size
- 66.8 KiB
- downloaded
- last checked
release notes
What's Changed
- update CI by @sachaw in https://github.com/meshtastic/protobufs/pull/392
- Add E22-900M_S3 board number to mesh.proto by @S5NC in https://github.com/meshtastic/protobufs/pull/393
New Contributors
- @S5NC made their first contribution in https://github.com/meshtastic/protobufs/pull/393
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.10...v2.2.11
download
unix · zip
curl -fL -o v2.2.11.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.11.zip
printf '%s %s\n' '7a2e570404263a3570f586cbc123a3fd94a0019d2a42375066327c030af286e8' 'v2.2.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.11.zip"
$out = "v2.2.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7a2e570404263a3570f586cbc123a3fd94a0019d2a42375066327c030af286e8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.11.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.11.tar.gz
printf '%s %s\n' 'e32293ce99199642f192930e659273d0ea249c892e2a213977e832f737e54e78' 'v2.2.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.11.tar.gz"
$out = "v2.2.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e32293ce99199642f192930e659273d0ea249c892e2a213977e832f737e54e78") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.11.zip
printf '%s %s\n' '7a2e570404263a3570f586cbc123a3fd94a0019d2a42375066327c030af286e8' 'v2.2.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.11.zip"
$out = "v2.2.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7a2e570404263a3570f586cbc123a3fd94a0019d2a42375066327c030af286e8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.11.tar.gz
printf '%s %s\n' 'e32293ce99199642f192930e659273d0ea249c892e2a213977e832f737e54e78' 'v2.2.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.11.tar.gz"
$out = "v2.2.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e32293ce99199642f192930e659273d0ea249c892e2a213977e832f737e54e78") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.11.zip | zip | 67.6 KiB |
blake3-24 a1edf0e610e9053f3916d30675863fe0d65059f583c1409e
sha256 7a2e570404263a3570f586cbc123a3fd94a0019d2a42375066327c030af286e8
sha1 2b1ed5331852d0fd4d554d692bdc8ea643864073
|
| v2.2.11.tar.gz | tar.gz | 51.1 KiB |
blake3-24 013517127ed8416f163c1faf4a1fcfdd7e9501879dfc1527
sha256 e32293ce99199642f192930e659273d0ea249c892e2a213977e832f737e54e78
sha1 e7c154b801b8f373825a0a6e4b983229a5ec60e6
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.11.tar.gz"],
integrity = "sha256-4yKTzpkZlkLxkpMOZZJz0OoknIkuKiE5d+gy9zflTng=",
strip_prefix = "meshtastic-protobufs-v2.2.11",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.11.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.11.tar.gz"],
integrity = "sha256-4yKTzpkZlkLxkpMOZZJz0OoknIkuKiE5d+gy9zflTng=",
strip_prefix = "meshtastic-protobufs-v2.2.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.11.tar.gz",