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

meshtastic-protobufs @ v2.3.2

integrity

size
75.4 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.3.1...v2.3.2

download

unix · zip
curl -fL -o v2.3.2.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.2.zip
                    printf '%s  %s\n' '02887fce3fb0dea206ff9e564f201aef3bd9652709dfd7269c34465d52015af9' 'v2.3.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.2.zip"
$out = "v2.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "02887fce3fb0dea206ff9e564f201aef3bd9652709dfd7269c34465d52015af9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.2.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.2.tar.gz
                    printf '%s  %s\n' '1ba610ad4836cdd2991e2cf0fe84fc69e20d21ee9d9363ff74a248489e1014e4' 'v2.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.2.tar.gz"
$out = "v2.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1ba610ad4836cdd2991e2cf0fe84fc69e20d21ee9d9363ff74a248489e1014e4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.2.zip
                    printf '%s  %s\n' '02887fce3fb0dea206ff9e564f201aef3bd9652709dfd7269c34465d52015af9' 'v2.3.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.2.zip"
$out = "v2.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "02887fce3fb0dea206ff9e564f201aef3bd9652709dfd7269c34465d52015af9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.2.tar.gz
                    printf '%s  %s\n' '1ba610ad4836cdd2991e2cf0fe84fc69e20d21ee9d9363ff74a248489e1014e4' 'v2.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.2.tar.gz"
$out = "v2.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1ba610ad4836cdd2991e2cf0fe84fc69e20d21ee9d9363ff74a248489e1014e4") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.2.zip zip 76.5 KiB
blake3-24 95651cfae6516182104b436fcfd20437208fd3ccb58cab80
sha256 02887fce3fb0dea206ff9e564f201aef3bd9652709dfd7269c34465d52015af9
sha1 7f432fb6538288036ea64e13cbc0a68c4da706f2
v2.3.2.tar.gz tar.gz 58.1 KiB
blake3-24 34ecbfd963d0bfb485cf0a0fa294be2144bdb2e5a864ebba
sha256 1ba610ad4836cdd2991e2cf0fe84fc69e20d21ee9d9363ff74a248489e1014e4
sha1 45e96d0ba0960718f3c090910c54daca2a2fe142

install

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