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

meshtastic-protobufs @ v2.7.12

integrity

size
99.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.7.11...v2.7.12

download

unix · zip
curl -fL -o v2.7.12.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.zip
                    printf '%s  %s\n' '843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7' 'v2.7.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.zip"
$out = "v2.7.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.12.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.tar.gz
                    printf '%s  %s\n' 'ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453' 'v2.7.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.tar.gz"
$out = "v2.7.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.zip
                    printf '%s  %s\n' '843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7' 'v2.7.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.zip"
$out = "v2.7.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.tar.gz
                    printf '%s  %s\n' 'ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453' 'v2.7.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.tar.gz"
$out = "v2.7.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.12.zip zip 100.0 KiB
blake3-24 fe2d865d2ab685a204c021a49356aa53f66e4bc12a95adfb
sha256 843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7
sha1 dba5ba597b5ede899475160f1a5257014a1a586f
v2.7.12.tar.gz tar.gz 77.4 KiB
blake3-24 18fca4b2b75df1b4a9a6cb855e4aafa85b31b929ba591bba
sha256 ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453
sha1 ba1fd97b133d0eeac571f470005dca795da9f307

install

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