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

meshtastic-protobufs @ v2.7.25

integrity

size
183.5 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.7.24...v2.7.25

download

unix · zip
curl -fL -o v2.7.25.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.25.zip
                    printf '%s  %s\n' 'ff0c414ff2f505acb73fe8d1eaa0d2587a933de2a09bfaff348a3539324d5d8b' 'v2.7.25.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.25.zip"
$out = "v2.7.25.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ff0c414ff2f505acb73fe8d1eaa0d2587a933de2a09bfaff348a3539324d5d8b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.25.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.25.tar.gz
                    printf '%s  %s\n' 'c9fa0b9877424b374d71154d206c60bd05ab3a6f57d5793e2dae268ec38bf599' 'v2.7.25.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.25.tar.gz"
$out = "v2.7.25.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c9fa0b9877424b374d71154d206c60bd05ab3a6f57d5793e2dae268ec38bf599") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.25.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.25.zip
                    printf '%s  %s\n' 'ff0c414ff2f505acb73fe8d1eaa0d2587a933de2a09bfaff348a3539324d5d8b' 'v2.7.25.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.25.zip"
$out = "v2.7.25.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ff0c414ff2f505acb73fe8d1eaa0d2587a933de2a09bfaff348a3539324d5d8b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.25.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.25.tar.gz
                    printf '%s  %s\n' 'c9fa0b9877424b374d71154d206c60bd05ab3a6f57d5793e2dae268ec38bf599' 'v2.7.25.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.25.tar.gz"
$out = "v2.7.25.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c9fa0b9877424b374d71154d206c60bd05ab3a6f57d5793e2dae268ec38bf599") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.25.zip zip 184.6 KiB
blake3-24 90659f5a25e4469219cf35d2dc15937867b89c8ce8a6da9e
sha256 ff0c414ff2f505acb73fe8d1eaa0d2587a933de2a09bfaff348a3539324d5d8b
sha1 af85750452722aecb1851f27cfc99260ccdb190a
v2.7.25.tar.gz tar.gz 157.9 KiB
blake3-24 8d14b5c684a1c067c52e05bfb1dfe8dac8f7550db7e01f8b
sha256 c9fa0b9877424b374d71154d206c60bd05ab3a6f57d5793e2dae268ec38bf599
sha1 f9f6cae73d50d9b080cabf656178968647443ac6

install

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