yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/pebble/v2.0.0
vault / pebble / v2.0.0

pebble @ v2.0.0

integrity

size
5.4 MiB
downloaded
last checked
overlays
go
detected
go module github.com/cockroachdb/pebble · go module zip unavailable: symlinks (1): "internal/mkbench/testdata/data-symlink"
source https://github.com/cockroachdb/pebble · available · github

release notes

Pebble release used by used in production by CockroachDB 24.3.0.

Caution! v2.x no longer supports the oldest on-disk formats; see README.

download

unix · zip
curl -fL -o v2.0.0.zip https://ratatoskr.space/pkg/pebble/v2.0.0.zip
                    printf '%s  %s\n' 'c7442be1f26d9c39ed923625e068af8a9cb96e709f08b5fb49633e07e5c2958f' 'v2.0.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.0.0.zip"
$out = "v2.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7442be1f26d9c39ed923625e068af8a9cb96e709f08b5fb49633e07e5c2958f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.0.tar.gz https://ratatoskr.space/pkg/pebble/v2.0.0.tar.gz
                    printf '%s  %s\n' 'e6fdaca5af45fb47caf8c8cbb6bbc2592f6e2f7e3bd3b8a94fa3ceebdba3db36' 'v2.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.0.0.tar.gz"
$out = "v2.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6fdaca5af45fb47caf8c8cbb6bbc2592f6e2f7e3bd3b8a94fa3ceebdba3db36") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.0.zip
                    printf '%s  %s\n' 'c7442be1f26d9c39ed923625e068af8a9cb96e709f08b5fb49633e07e5c2958f' 'v2.0.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.0.zip"
$out = "v2.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7442be1f26d9c39ed923625e068af8a9cb96e709f08b5fb49633e07e5c2958f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.0.tar.gz
                    printf '%s  %s\n' 'e6fdaca5af45fb47caf8c8cbb6bbc2592f6e2f7e3bd3b8a94fa3ceebdba3db36' 'v2.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.0.tar.gz"
$out = "v2.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6fdaca5af45fb47caf8c8cbb6bbc2592f6e2f7e3bd3b8a94fa3ceebdba3db36") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.0.zip zip 5.6 MiB
blake3-24 3f3b13bf75a2a07ebec9a4b6eb1076093ba929d2666f4571
sha256 c7442be1f26d9c39ed923625e068af8a9cb96e709f08b5fb49633e07e5c2958f
sha1 5aea64958c116f1da9dc5108940f5be463a44053
v2.0.0.tar.gz tar.gz 5.1 MiB
blake3-24 7bddc2345684d27464cc9293c3d8baec937f7b02a2bfc69f
sha256 e6fdaca5af45fb47caf8c8cbb6bbc2592f6e2f7e3bd3b8a94fa3ceebdba3db36
sha1 e22901a1166b9b041188b5f4e430b21bea5ea321

install

bazel
http_archive(
    name = "pebble",
    urls = ["https://ratatoskr.space/pkg/pebble/v2.0.0.tar.gz"],
    integrity = "sha256-5v2spa9F+0fK+MjLtrvCWS9uL34707ipT6PO69uj2zY=",
    strip_prefix = "pebble-v2.0.0",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.0.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "pebble",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.0.tar.gz"],
    integrity = "sha256-5v2spa9F+0fK+MjLtrvCWS9uL34707ipT6PO69uj2zY=",
    strip_prefix = "pebble-v2.0.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.0.tar.gz",
← v1.1.4v1.1.3 →