vault / meshtastic-protobufs / v2.4.1
meshtastic-protobufs @ v2.4.1
integrity
- size
- 78.5 KiB
- downloaded
- last checked
release notes
What's Changed
- Sensecap indicator by @thebentern in https://github.com/meshtastic/protobufs/pull/534
- Add t1000-e hw model by @thebentern in https://github.com/meshtastic/protobufs/pull/535
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.4.0...v2.4.1
download
unix · zip
curl -fL -o v2.4.1.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.1.zip
printf '%s %s\n' '42a2d0db0ce7169d9b4933ebe113efc90fb06cfffed8ee38b860eb4606deac90' 'v2.4.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.1.zip"
$out = "v2.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "42a2d0db0ce7169d9b4933ebe113efc90fb06cfffed8ee38b860eb4606deac90") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.1.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.1.tar.gz
printf '%s %s\n' 'e6a91d82e1aff17c559db9f28fdae8cc3dc2caf561d84dd4b35433f0e75aec9d' 'v2.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.1.tar.gz"
$out = "v2.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6a91d82e1aff17c559db9f28fdae8cc3dc2caf561d84dd4b35433f0e75aec9d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.1.zip
printf '%s %s\n' '42a2d0db0ce7169d9b4933ebe113efc90fb06cfffed8ee38b860eb4606deac90' 'v2.4.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.1.zip"
$out = "v2.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "42a2d0db0ce7169d9b4933ebe113efc90fb06cfffed8ee38b860eb4606deac90") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.1.tar.gz
printf '%s %s\n' 'e6a91d82e1aff17c559db9f28fdae8cc3dc2caf561d84dd4b35433f0e75aec9d' 'v2.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.1.tar.gz"
$out = "v2.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6a91d82e1aff17c559db9f28fdae8cc3dc2caf561d84dd4b35433f0e75aec9d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.4.1.zip | zip | 79.7 KiB |
blake3-24 0f9f61a1accc1ee3c2d60514bdb59c91b46be8f829d51dfa
sha256 42a2d0db0ce7169d9b4933ebe113efc90fb06cfffed8ee38b860eb4606deac90
sha1 435bc29b122b454390a7464e7ae8aae2c7f5b9b2
|
| v2.4.1.tar.gz | tar.gz | 61.6 KiB |
blake3-24 2760df2207808f0686eb179e3d44680d7ff4c1d9f8d24ce6
sha256 e6a91d82e1aff17c559db9f28fdae8cc3dc2caf561d84dd4b35433f0e75aec9d
sha1 e7dc540cc7a498f12a3b5f0e7858b0b476fcc033
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.1.tar.gz"],
integrity = "sha256-5qkdguGv8XxVnbnyj9rozD3CyvVh2E3Us1Qz8Oda7J0=",
strip_prefix = "meshtastic-protobufs-v2.4.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.1.tar.gz"],
integrity = "sha256-5qkdguGv8XxVnbnyj9rozD3CyvVh2E3Us1Qz8Oda7J0=",
strip_prefix = "meshtastic-protobufs-v2.4.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.1.tar.gz",