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

meshtastic-protobufs @ v2.3.4

integrity

size
74.0 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.3.3...v2.3.4

download

unix · zip
curl -fL -o v2.3.4.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.4.zip
                    printf '%s  %s\n' '358dd6ee161e7a23f1db7a557c129f42aab34915dae42d97efd470ceb8987fe5' 'v2.3.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.4.zip"
$out = "v2.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "358dd6ee161e7a23f1db7a557c129f42aab34915dae42d97efd470ceb8987fe5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.4.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.4.tar.gz
                    printf '%s  %s\n' 'b6d122f9e0cbcf1554974b5f662b5394787caae51f7b5f71511a331a6d2e4b8d' 'v2.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.4.tar.gz"
$out = "v2.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b6d122f9e0cbcf1554974b5f662b5394787caae51f7b5f71511a331a6d2e4b8d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.4.zip
                    printf '%s  %s\n' '358dd6ee161e7a23f1db7a557c129f42aab34915dae42d97efd470ceb8987fe5' 'v2.3.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.4.zip"
$out = "v2.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "358dd6ee161e7a23f1db7a557c129f42aab34915dae42d97efd470ceb8987fe5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.4.tar.gz
                    printf '%s  %s\n' 'b6d122f9e0cbcf1554974b5f662b5394787caae51f7b5f71511a331a6d2e4b8d' 'v2.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.4.tar.gz"
$out = "v2.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b6d122f9e0cbcf1554974b5f662b5394787caae51f7b5f71511a331a6d2e4b8d") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.4.zip zip 75.2 KiB
blake3-24 f80d949755230d6308e170a9bfd15333cd82914281292f6b
sha256 358dd6ee161e7a23f1db7a557c129f42aab34915dae42d97efd470ceb8987fe5
sha1 efe81eb04cdf6f398e52181833a23944f107dd41
v2.3.4.tar.gz tar.gz 57.6 KiB
blake3-24 6bc61cf8f8627b569bc2e623d0eb568de059593f65be08a9
sha256 b6d122f9e0cbcf1554974b5f662b5394787caae51f7b5f71511a331a6d2e4b8d
sha1 44ab179068b324d063d8a55ef46799ff38ec92ec

install

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