pebble @ v2.1.1
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.
Changes since v2.1.0:
- block: fix off-by-one bug in CompressionStats by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/5262
- pebble-release-2.1: options: add Unsafe.AllowMissingWALDir option by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/5487
Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.1.0...v2.1.1
download
unix · zip
curl -fL -o v2.1.1.zip https://ratatoskr.space/pkg/pebble/v2.1.1.zip
printf '%s %s\n' '8e4e11d5a5e9842de9b33f83f6d26f596010bf301934f4f60373de6f642d9778' 'v2.1.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.1.1.zip"
$out = "v2.1.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8e4e11d5a5e9842de9b33f83f6d26f596010bf301934f4f60373de6f642d9778") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.1.tar.gz https://ratatoskr.space/pkg/pebble/v2.1.1.tar.gz
printf '%s %s\n' '526cb1e45e9078b6a6c93d75adeaba07cd8268639a7d0c24751b68633a9ea759' 'v2.1.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.1.1.tar.gz"
$out = "v2.1.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "526cb1e45e9078b6a6c93d75adeaba07cd8268639a7d0c24751b68633a9ea759") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.1.zip
printf '%s %s\n' '8e4e11d5a5e9842de9b33f83f6d26f596010bf301934f4f60373de6f642d9778' 'v2.1.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.1.zip"
$out = "v2.1.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8e4e11d5a5e9842de9b33f83f6d26f596010bf301934f4f60373de6f642d9778") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.1.tar.gz
printf '%s %s\n' '526cb1e45e9078b6a6c93d75adeaba07cd8268639a7d0c24751b68633a9ea759' 'v2.1.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.1.tar.gz"
$out = "v2.1.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "526cb1e45e9078b6a6c93d75adeaba07cd8268639a7d0c24751b68633a9ea759") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.1.zip | zip | 5.9 MiB |
blake3-24 00c9f3c7ef76bd6b375167f5ac99be5bf0e4821aceca1b0b
sha256 8e4e11d5a5e9842de9b33f83f6d26f596010bf301934f4f60373de6f642d9778
sha1 76cef4e004e7f00b12b3e7a7704221be28457e3e
|
| v2.1.1.tar.gz | tar.gz | 5.3 MiB |
blake3-24 e8a2464caacc04688df7829dc0715eef9fc1ec99fc9d9d18
sha256 526cb1e45e9078b6a6c93d75adeaba07cd8268639a7d0c24751b68633a9ea759
sha1 973dcea9bde5af677d6c3fa2615420bcfdb65573
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.1.1.tar.gz"],
integrity = "sha256-Umyx5F6QeLamyT11req6B82CaGOafQwkdRtoYzqep1k=",
strip_prefix = "pebble-v2.1.1",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.1.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.1.tar.gz"],
integrity = "sha256-Umyx5F6QeLamyT11req6B82CaGOafQwkdRtoYzqep1k=",
strip_prefix = "pebble-v2.1.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.1.tar.gz",