yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-protobufs/v2.2.0
vault / meshtastic-protobufs / v2.2.0

meshtastic-protobufs @ v2.2.0

integrity

size
66.3 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

What's Changed

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.23...v2.2.0

download

unix · zip
curl -fL -o v2.2.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.0.zip
                    printf '%s  %s\n' 'bb4dcee084d0aaf957594f9df5ceab109f3d22a8a297c9828792307ea51bf74f' 'v2.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.0.zip"
$out = "v2.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb4dcee084d0aaf957594f9df5ceab109f3d22a8a297c9828792307ea51bf74f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.0.tar.gz
                    printf '%s  %s\n' '3efa304d44085daf46d7292ae5899c7280f994c596808b7e98a289d1d7ed964f' 'v2.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.0.tar.gz"
$out = "v2.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3efa304d44085daf46d7292ae5899c7280f994c596808b7e98a289d1d7ed964f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.0.zip
                    printf '%s  %s\n' 'bb4dcee084d0aaf957594f9df5ceab109f3d22a8a297c9828792307ea51bf74f' 'v2.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.0.zip"
$out = "v2.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb4dcee084d0aaf957594f9df5ceab109f3d22a8a297c9828792307ea51bf74f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.0.tar.gz
                    printf '%s  %s\n' '3efa304d44085daf46d7292ae5899c7280f994c596808b7e98a289d1d7ed964f' 'v2.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.0.tar.gz"
$out = "v2.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3efa304d44085daf46d7292ae5899c7280f994c596808b7e98a289d1d7ed964f") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.0.zip zip 67.2 KiB
blake3-24 c1cfd1dded67b82f68444befc4a8397b78404ceb7c0a8603
sha256 bb4dcee084d0aaf957594f9df5ceab109f3d22a8a297c9828792307ea51bf74f
sha1 5101fdfdb6170d2a39751764e3414946bdc409ac
v2.2.0.tar.gz tar.gz 50.6 KiB
blake3-24 acad98f203eafcb4aeb2bb5ca60db2be1eb686fc59c5ea05
sha256 3efa304d44085daf46d7292ae5899c7280f994c596808b7e98a289d1d7ed964f
sha1 0cbeec84db95eec2247c3e297d3f9afedc246815

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.0.tar.gz"],
    integrity = "sha256-PvowTUQIXa9G1ykq5YmccoD5lMWWgIt+mKKJ0dftlk8=",
    strip_prefix = "meshtastic-protobufs-v2.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.0.tar.gz"],
    integrity = "sha256-PvowTUQIXa9G1ykq5YmccoD5lMWWgIt+mKKJ0dftlk8=",
    strip_prefix = "meshtastic-protobufs-v2.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.0.tar.gz",
← v2.2.1v2.1.23 →