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

meshtastic-protobufs @ v2.3.9

integrity

size
74.5 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.8...v2.3.9

download

unix · zip
curl -fL -o v2.3.9.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.zip
                    printf '%s  %s\n' '1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32' 'v2.3.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.zip"
$out = "v2.3.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.9.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.tar.gz
                    printf '%s  %s\n' '3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a' 'v2.3.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.tar.gz"
$out = "v2.3.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.zip
                    printf '%s  %s\n' '1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32' 'v2.3.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.zip"
$out = "v2.3.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.tar.gz
                    printf '%s  %s\n' '3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a' 'v2.3.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.tar.gz"
$out = "v2.3.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.9.zip zip 75.7 KiB
blake3-24 349c9b5da879bc9682a91df66ceb5616c52c805951fc1c47
sha256 1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32
sha1 17f797fc5b1b2a069111dd0a3e358cb2af2e712d
v2.3.9.tar.gz tar.gz 58.1 KiB
blake3-24 f1e5d3b2ca0f17f6d89804d7dbb2bd8c16113609cdab14a9
sha256 3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a
sha1 adee9ca4ac03e57211989dce2e7f03bda9b6ced7

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.tar.gz"],
    integrity = "sha256-Oq7H+oAZTeeOq6kPhsJy7CSFFC4x5OcV/gFThj71kUo=",
    strip_prefix = "meshtastic-protobufs-v2.3.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.tar.gz"],
    integrity = "sha256-Oq7H+oAZTeeOq6kPhsJy7CSFFC4x5OcV/gFThj71kUo=",
    strip_prefix = "meshtastic-protobufs-v2.3.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.tar.gz",
← v2.3.10v2.3.8 →