pebble @ v2.1.7
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.x, with v2 path.
Caution! v2.x no longer supports the oldest on-disk formats; see README.
What's Changed
- pebble-release-2.1: go.mod: bump swiss by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/6178
Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.1.6...v2.1.7
download
unix · zip
curl -fL -o v2.1.7.zip https://ratatoskr.space/pkg/pebble/v2.1.7.zip
printf '%s %s\n' '54261991da68a4847f742eb1599502ff7dc5cc235f562053f79399a35217e26a' 'v2.1.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.1.7.zip"
$out = "v2.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "54261991da68a4847f742eb1599502ff7dc5cc235f562053f79399a35217e26a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.7.tar.gz https://ratatoskr.space/pkg/pebble/v2.1.7.tar.gz
printf '%s %s\n' '9eacf4a068e7440094aceb7afcd6df2bde999da76a92bba46bbb0644bfd89179' 'v2.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.1.7.tar.gz"
$out = "v2.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9eacf4a068e7440094aceb7afcd6df2bde999da76a92bba46bbb0644bfd89179") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.7.zip
printf '%s %s\n' '54261991da68a4847f742eb1599502ff7dc5cc235f562053f79399a35217e26a' 'v2.1.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.7.zip"
$out = "v2.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "54261991da68a4847f742eb1599502ff7dc5cc235f562053f79399a35217e26a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.7.tar.gz
printf '%s %s\n' '9eacf4a068e7440094aceb7afcd6df2bde999da76a92bba46bbb0644bfd89179' 'v2.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.7.tar.gz"
$out = "v2.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9eacf4a068e7440094aceb7afcd6df2bde999da76a92bba46bbb0644bfd89179") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.7.zip | zip | 5.9 MiB |
blake3-24 71daa642b04463fc36c56246e0a721e1d3082c8e6b7d88c6
sha256 54261991da68a4847f742eb1599502ff7dc5cc235f562053f79399a35217e26a
sha1 62cbe31c359f82ed2fffd78e1d8f54c08061e7c9
|
| v2.1.7.tar.gz | tar.gz | 5.3 MiB |
blake3-24 3fef69a85fdec0ee878251a4258aa745eefb798c93c8a397
sha256 9eacf4a068e7440094aceb7afcd6df2bde999da76a92bba46bbb0644bfd89179
sha1 d7441be3736ab0d623d972e2a486114108f03113
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.1.7.tar.gz"],
integrity = "sha256-nqz0oGjnRACUrOt6/NbfK96Znadqkruka7sGRL/YkXk=",
strip_prefix = "pebble-v2.1.7",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.1.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.7.tar.gz"],
integrity = "sha256-nqz0oGjnRACUrOt6/NbfK96Znadqkruka7sGRL/YkXk=",
strip_prefix = "pebble-v2.1.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.7.tar.gz",