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

meshtastic-protobufs @ v2.1.8

integrity

size
63.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.1.7...v2.1.8

download

unix · zip
curl -fL -o v2.1.8.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.8.zip
                    printf '%s  %s\n' 'b2e918f4402c2bc9b5e51637a6e9d160e4efc46daef7996c2a1d51f9635e6a83' 'v2.1.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.8.zip"
$out = "v2.1.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2e918f4402c2bc9b5e51637a6e9d160e4efc46daef7996c2a1d51f9635e6a83") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.8.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.8.tar.gz
                    printf '%s  %s\n' '83a956038162f6657be2a1be878eb9d9de1df3a36985a42e031426345bfffeee' 'v2.1.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.8.tar.gz"
$out = "v2.1.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "83a956038162f6657be2a1be878eb9d9de1df3a36985a42e031426345bfffeee") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.8.zip
                    printf '%s  %s\n' 'b2e918f4402c2bc9b5e51637a6e9d160e4efc46daef7996c2a1d51f9635e6a83' 'v2.1.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.8.zip"
$out = "v2.1.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2e918f4402c2bc9b5e51637a6e9d160e4efc46daef7996c2a1d51f9635e6a83") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.8.tar.gz
                    printf '%s  %s\n' '83a956038162f6657be2a1be878eb9d9de1df3a36985a42e031426345bfffeee' 'v2.1.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.8.tar.gz"
$out = "v2.1.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "83a956038162f6657be2a1be878eb9d9de1df3a36985a42e031426345bfffeee") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.8.zip zip 64.6 KiB
blake3-24 37679431c136a00a656bf674d3d6eaec3cffc106140362c4
sha256 b2e918f4402c2bc9b5e51637a6e9d160e4efc46daef7996c2a1d51f9635e6a83
sha1 9bc1d5f3dff30441e74523b2c2dba79ee6d60db2
v2.1.8.tar.gz tar.gz 48.5 KiB
blake3-24 3101b770b397d2bba04edfe3c09bf2fb78050009278ff125
sha256 83a956038162f6657be2a1be878eb9d9de1df3a36985a42e031426345bfffeee
sha1 fef4b6e753d985f878bdcfa038c2df8fbbc99093

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.8.tar.gz"],
    integrity = "sha256-g6lWA4Fi9mV74qG+h4652d4d86NphaQuAxQmNFv//u4=",
    strip_prefix = "meshtastic-protobufs-v2.1.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.8.tar.gz"],
    integrity = "sha256-g6lWA4Fi9mV74qG+h4652d4d86NphaQuAxQmNFv//u4=",
    strip_prefix = "meshtastic-protobufs-v2.1.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.8.tar.gz",
← v2.1.9v2.1.7 →