pebble @ v2.0.9
integrity
- size
- 5.4 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/cockroachdb/pebble/v2 · go module zip unavailable: symlinks (1): "internal/mkbench/testdata/data-symlink"
release notes
Pebble release used in production by CockroachDB 24.3.0, with v2 path, plus minor fixes, some updated deps, and go 1.24, 1.25 support.
Caution! v2.x no longer supports the oldest on-disk formats; see README.
What's Changed
- pebble-release-2.0: rowblk: fix IsLowerBound to account for synthetic suffix by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/6083
Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.0.8...v2.0.9
download
unix · zip
curl -fL -o v2.0.9.zip https://ratatoskr.space/pkg/pebble/v2.0.9.zip
printf '%s %s\n' 'c1a9beea14f98e239a343af73c256a0363d58e1434b05c52088f364c7199de61' 'v2.0.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.0.9.zip"
$out = "v2.0.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1a9beea14f98e239a343af73c256a0363d58e1434b05c52088f364c7199de61") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.9.tar.gz https://ratatoskr.space/pkg/pebble/v2.0.9.tar.gz
printf '%s %s\n' '7521e1235cf3a6a23c4bf2d0da862ab1e4b6dc4206ced39fea13ba35ab6f24ba' 'v2.0.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.0.9.tar.gz"
$out = "v2.0.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7521e1235cf3a6a23c4bf2d0da862ab1e4b6dc4206ced39fea13ba35ab6f24ba") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.9.zip
printf '%s %s\n' 'c1a9beea14f98e239a343af73c256a0363d58e1434b05c52088f364c7199de61' 'v2.0.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.9.zip"
$out = "v2.0.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1a9beea14f98e239a343af73c256a0363d58e1434b05c52088f364c7199de61") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.9.tar.gz
printf '%s %s\n' '7521e1235cf3a6a23c4bf2d0da862ab1e4b6dc4206ced39fea13ba35ab6f24ba' 'v2.0.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.9.tar.gz"
$out = "v2.0.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7521e1235cf3a6a23c4bf2d0da862ab1e4b6dc4206ced39fea13ba35ab6f24ba") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.9.zip | zip | 5.6 MiB |
blake3-24 d240763601c5f6382796c64dd3ab62ca29cc05d5c044435b
sha256 c1a9beea14f98e239a343af73c256a0363d58e1434b05c52088f364c7199de61
sha1 32077fd65efe4b8a7be2483d4111a989a349f39d
|
| v2.0.9.tar.gz | tar.gz | 5.0 MiB |
blake3-24 195c19fed5b6d5d5f3d657b70d60377f99341def4c02eeca
sha256 7521e1235cf3a6a23c4bf2d0da862ab1e4b6dc4206ced39fea13ba35ab6f24ba
sha1 533fd7ee412e4b427a5f1190d9ec21386eb46bec
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.0.9.tar.gz"],
integrity = "sha256-dSHhI1zzpqI8S/LQ2oYqseS23EIGztOf6hO6NatvJLo=",
strip_prefix = "pebble-v2.0.9",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.0.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.9.tar.gz"],
integrity = "sha256-dSHhI1zzpqI8S/LQ2oYqseS23EIGztOf6hO6NatvJLo=",
strip_prefix = "pebble-v2.0.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.9.tar.gz",