pebble @ v2.0.8
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: block: add pebblegozstd build tag to allow to configure zstd lib by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/5604
- pebble-release-2.0: db: error when opening a database in format major version 1 by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/6022
Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.0.7...v2.0.8
download
unix · zip
curl -fL -o v2.0.8.zip https://ratatoskr.space/pkg/pebble/v2.0.8.zip
printf '%s %s\n' '6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73' 'v2.0.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.0.8.zip"
$out = "v2.0.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.8.tar.gz https://ratatoskr.space/pkg/pebble/v2.0.8.tar.gz
printf '%s %s\n' 'bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842' 'v2.0.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.0.8.tar.gz"
$out = "v2.0.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.zip
printf '%s %s\n' '6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73' 'v2.0.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.zip"
$out = "v2.0.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.tar.gz
printf '%s %s\n' 'bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842' 'v2.0.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.tar.gz"
$out = "v2.0.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.8.zip | zip | 5.5 MiB |
blake3-24 fe8ff48d050c4e1dd50a686cf314fafe9aafcc2c8469b202
sha256 6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73
sha1 4cb6222960922294795d54140aa42193abc83ff5
|
| v2.0.8.tar.gz | tar.gz | 5.0 MiB |
blake3-24 cf530931c6a44ce1a0722ceb8c8f6a4806efe8d5cfcee2ab
sha256 bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842
sha1 4acb9a9eaf262e57f950d71af24958a4c57f2392
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.0.8.tar.gz"],
integrity = "sha256-vBz8NmU8mrvaAVJQ0R9egl4drUARFdarghFC09B5mEI=",
strip_prefix = "pebble-v2.0.8",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.0.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.tar.gz"],
integrity = "sha256-vBz8NmU8mrvaAVJQ0R9egl4drUARFdarghFC09B5mEI=",
strip_prefix = "pebble-v2.0.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.tar.gz",