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

meshtastic-protobufs @ v2.1.18

integrity

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

release notes

What's Changed

New Contributors

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.17...v2.1.18

download

unix · zip
curl -fL -o v2.1.18.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.zip
                    printf '%s  %s\n' '98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee' 'v2.1.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.zip"
$out = "v2.1.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.18.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.tar.gz
                    printf '%s  %s\n' 'bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578' 'v2.1.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.tar.gz"
$out = "v2.1.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.zip
                    printf '%s  %s\n' '98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee' 'v2.1.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.zip"
$out = "v2.1.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.tar.gz
                    printf '%s  %s\n' 'bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578' 'v2.1.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.tar.gz"
$out = "v2.1.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.18.zip zip 67.6 KiB
blake3-24 cd7a03f1454abab93ab375599402f6a882aa2ae3cba82e9e
sha256 98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee
sha1 76d4342ef4ea9cac805acf2cc16f551304227aa7
v2.1.18.tar.gz tar.gz 50.8 KiB
blake3-24 c9c6fd785db2684cfa1b131d3294cfb21ccc083dbba78832
sha256 bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578
sha1 2efefd4e16a5aecd6d2746c980aaac46da05f8b4

install

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