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

meshtastic-protobufs @ v2.3.0

integrity

size
72.4 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.2.24...v2.3.0

download

unix · zip
curl -fL -o v2.3.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.zip
                    printf '%s  %s\n' '1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5' 'v2.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.zip"
$out = "v2.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.tar.gz
                    printf '%s  %s\n' '97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886' 'v2.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.tar.gz"
$out = "v2.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.zip
                    printf '%s  %s\n' '1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5' 'v2.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.zip"
$out = "v2.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.tar.gz
                    printf '%s  %s\n' '97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886' 'v2.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.tar.gz"
$out = "v2.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.0.zip zip 73.5 KiB
blake3-24 902accad50b2f88254dfc08b02d7df84e10d97dc754f63f5
sha256 1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5
sha1 b612b301a550f46ea1f606e406a3d01445f894a3
v2.3.0.tar.gz tar.gz 55.5 KiB
blake3-24 71979c5d854e49866d9235b1db448655c483fae149a99589
sha256 97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886
sha1 f6fcfcd92522e3335263233252c3416ba836020c

install

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