pebble @ v2.1.6
integrity
- size
- 5.8 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 25.3.0, with v2 path.
Caution! v2.x no longer supports the oldest on-disk formats; see README.
What's Changed
- pebble-release-2.1: rowblk: fix IsLowerBound to account for synthetic suffix by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/6082
Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.1.5...v2.1.6
download
unix · zip
curl -fL -o v2.1.6.zip https://ratatoskr.space/pkg/pebble/v2.1.6.zip
printf '%s %s\n' '15334117b01962a6d9cde6c9a66fd1e5d3e6aa9a295e2a2d3f2413afb6fc83c7' 'v2.1.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.1.6.zip"
$out = "v2.1.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15334117b01962a6d9cde6c9a66fd1e5d3e6aa9a295e2a2d3f2413afb6fc83c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.6.tar.gz https://ratatoskr.space/pkg/pebble/v2.1.6.tar.gz
printf '%s %s\n' 'b904d1781e2a4dbce0436223f0dc14c190ea9703e66ba8bb2770ef174d3f42df' 'v2.1.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.1.6.tar.gz"
$out = "v2.1.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b904d1781e2a4dbce0436223f0dc14c190ea9703e66ba8bb2770ef174d3f42df") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.6.zip
printf '%s %s\n' '15334117b01962a6d9cde6c9a66fd1e5d3e6aa9a295e2a2d3f2413afb6fc83c7' 'v2.1.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.6.zip"
$out = "v2.1.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15334117b01962a6d9cde6c9a66fd1e5d3e6aa9a295e2a2d3f2413afb6fc83c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.6.tar.gz
printf '%s %s\n' 'b904d1781e2a4dbce0436223f0dc14c190ea9703e66ba8bb2770ef174d3f42df' 'v2.1.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.6.tar.gz"
$out = "v2.1.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b904d1781e2a4dbce0436223f0dc14c190ea9703e66ba8bb2770ef174d3f42df") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.6.zip | zip | 5.9 MiB |
blake3-24 05db90dd19ebd91bf1c1924fbe6035b325c68e18a24e5e4e
sha256 15334117b01962a6d9cde6c9a66fd1e5d3e6aa9a295e2a2d3f2413afb6fc83c7
sha1 a28b9202b61bd99459a90d182e0a40d126882f17
|
| v2.1.6.tar.gz | tar.gz | 5.3 MiB |
blake3-24 c84f6f28223a7ef4fe55f4db930becfb77048512ba69be09
sha256 b904d1781e2a4dbce0436223f0dc14c190ea9703e66ba8bb2770ef174d3f42df
sha1 37af0b7f3b0a1006d16ac4323e5a099cd602d132
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.1.6.tar.gz"],
integrity = "sha256-uQTReB4qTbzgQ2Ij8NwUwZDqlwPma6i7J3DvF00/Qt8=",
strip_prefix = "pebble-v2.1.6",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.1.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.6.tar.gz"],
integrity = "sha256-uQTReB4qTbzgQ2Ij8NwUwZDqlwPma6i7J3DvF00/Qt8=",
strip_prefix = "pebble-v2.1.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.6.tar.gz",