pebble @ v2.0.7
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] manifest: change panic to Fatalf by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/5227
Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.0.6...v2.0.7
download
unix · zip
curl -fL -o v2.0.7.zip https://ratatoskr.space/pkg/pebble/v2.0.7.zip
printf '%s %s\n' '21c67051553df0066c875b5e334de770781289945cf10e699b083b771276ae44' 'v2.0.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.0.7.zip"
$out = "v2.0.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "21c67051553df0066c875b5e334de770781289945cf10e699b083b771276ae44") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.7.tar.gz https://ratatoskr.space/pkg/pebble/v2.0.7.tar.gz
printf '%s %s\n' 'a20fe56c12f0558b41d8839ac65ed3d915e2e8286ffe918a427e387792438c49' 'v2.0.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.0.7.tar.gz"
$out = "v2.0.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a20fe56c12f0558b41d8839ac65ed3d915e2e8286ffe918a427e387792438c49") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.7.zip
printf '%s %s\n' '21c67051553df0066c875b5e334de770781289945cf10e699b083b771276ae44' 'v2.0.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.7.zip"
$out = "v2.0.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "21c67051553df0066c875b5e334de770781289945cf10e699b083b771276ae44") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.7.tar.gz
printf '%s %s\n' 'a20fe56c12f0558b41d8839ac65ed3d915e2e8286ffe918a427e387792438c49' 'v2.0.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.7.tar.gz"
$out = "v2.0.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a20fe56c12f0558b41d8839ac65ed3d915e2e8286ffe918a427e387792438c49") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.7.zip | zip | 5.5 MiB |
blake3-24 8d2e6f2c86430e6d1e847e113e85f32f2deced315a7dc8d3
sha256 21c67051553df0066c875b5e334de770781289945cf10e699b083b771276ae44
sha1 e8954821956fb6ac3100cea68dc46f324479371a
|
| v2.0.7.tar.gz | tar.gz | 5.0 MiB |
blake3-24 6690681f792e1ac32f9b63cc50157e60af1fe1c25a8dc9bc
sha256 a20fe56c12f0558b41d8839ac65ed3d915e2e8286ffe918a427e387792438c49
sha1 599ec0cbe2b611a36c09b5989d2bc4b0e92d341b
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.0.7.tar.gz"],
integrity = "sha256-og/lbBLwVYtB2IOaxl7T2RXi6Chv/pGKQn44d5JDjEk=",
strip_prefix = "pebble-v2.0.7",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.0.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.7.tar.gz"],
integrity = "sha256-og/lbBLwVYtB2IOaxl7T2RXi6Chv/pGKQn44d5JDjEk=",
strip_prefix = "pebble-v2.0.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.7.tar.gz",