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.7
vault / meshtastic-protobufs / v2.2.7

meshtastic-protobufs @ v2.2.7

integrity

size
66.7 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.2.6...v2.2.7

download

unix · zip
curl -fL -o v2.2.7.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.7.zip
                    printf '%s  %s\n' '049cfcde1481203fccab3a99e24824e1c4f78eb60d8785fa4d7526b5ead0b2f8' 'v2.2.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.7.zip"
$out = "v2.2.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "049cfcde1481203fccab3a99e24824e1c4f78eb60d8785fa4d7526b5ead0b2f8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.7.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.7.tar.gz
                    printf '%s  %s\n' '8120c20795039b4c44201e61af1589593e392d32da1eb95168136948f681634f' 'v2.2.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.7.tar.gz"
$out = "v2.2.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8120c20795039b4c44201e61af1589593e392d32da1eb95168136948f681634f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.7.zip
                    printf '%s  %s\n' '049cfcde1481203fccab3a99e24824e1c4f78eb60d8785fa4d7526b5ead0b2f8' 'v2.2.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.7.zip"
$out = "v2.2.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "049cfcde1481203fccab3a99e24824e1c4f78eb60d8785fa4d7526b5ead0b2f8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.7.tar.gz
                    printf '%s  %s\n' '8120c20795039b4c44201e61af1589593e392d32da1eb95168136948f681634f' 'v2.2.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.7.tar.gz"
$out = "v2.2.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8120c20795039b4c44201e61af1589593e392d32da1eb95168136948f681634f") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.7.zip zip 67.6 KiB
blake3-24 b73f6fe20c4a57c9dd524155a1df41abb09d1a29c1dbfef2
sha256 049cfcde1481203fccab3a99e24824e1c4f78eb60d8785fa4d7526b5ead0b2f8
sha1 ae3b8a89bed2ebf4df1495ade2052d83dbd9bc7d
v2.2.7.tar.gz tar.gz 50.9 KiB
blake3-24 7d6a9b2ced1f476b4a81dedb03157663ec2d003aae1281cf
sha256 8120c20795039b4c44201e61af1589593e392d32da1eb95168136948f681634f
sha1 dc055de7d507cf71f6dd1f5b801c9d0415e675ec

install

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