vault / meshtastic-protobufs / v2.1.0
meshtastic-protobufs @ v2.1.0
integrity
- size
- 62.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Documentation: Minor typo fixes. Some readability changes by @MikeColes in https://github.com/meshtastic/protobufs/pull/326
New Contributors
- @MikeColes made their first contribution in https://github.com/meshtastic/protobufs/pull/326
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.0.23...v2.1.0
download
unix · zip
curl -fL -o v2.1.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.0.zip
printf '%s %s\n' 'b984c0008c1566327332371699b2ad36eca89e89428e590ede4af548c46c65fe' 'v2.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.0.zip"
$out = "v2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b984c0008c1566327332371699b2ad36eca89e89428e590ede4af548c46c65fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.0.tar.gz
printf '%s %s\n' '3a4d4a654c2bc36cd78610d7d07c06640ca26e595b74eb25f249061f2ce52e94' 'v2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.0.tar.gz"
$out = "v2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3a4d4a654c2bc36cd78610d7d07c06640ca26e595b74eb25f249061f2ce52e94") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.0.zip
printf '%s %s\n' 'b984c0008c1566327332371699b2ad36eca89e89428e590ede4af548c46c65fe' 'v2.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.0.zip"
$out = "v2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b984c0008c1566327332371699b2ad36eca89e89428e590ede4af548c46c65fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.0.tar.gz
printf '%s %s\n' '3a4d4a654c2bc36cd78610d7d07c06640ca26e595b74eb25f249061f2ce52e94' 'v2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.0.tar.gz"
$out = "v2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3a4d4a654c2bc36cd78610d7d07c06640ca26e595b74eb25f249061f2ce52e94") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.0.zip | zip | 63.1 KiB |
blake3-24 28465b4ebe582493d86f465f8dfed4fc5b329b9221dcf036
sha256 b984c0008c1566327332371699b2ad36eca89e89428e590ede4af548c46c65fe
sha1 af24536249a2d33caa77ebd650b185b4b4463a90
|
| v2.1.0.tar.gz | tar.gz | 47.8 KiB |
blake3-24 c4244317dd2ac37cea738d15414fc729aa6147f86be828a6
sha256 3a4d4a654c2bc36cd78610d7d07c06640ca26e595b74eb25f249061f2ce52e94
sha1 c1cb9ad1a91f327e68a6c1875ae82451c02f6b5c
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.0.tar.gz"],
integrity = "sha256-Ok1KZUwrw2zXhhDX0HwGZAyibllbdOsl8kkGHyzlLpQ=",
strip_prefix = "meshtastic-protobufs-v2.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.0.tar.gz"],
integrity = "sha256-Ok1KZUwrw2zXhhDX0HwGZAyibllbdOsl8kkGHyzlLpQ=",
strip_prefix = "meshtastic-protobufs-v2.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.0.tar.gz",