pebble @ v2.1.2
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: feat: add pebblegozstd build tag to allow to configure zstdlib by @RaduBerinde in https://github.com/cockroachdb/pebble/pull/5603
Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.1.1...v2.1.2
download
unix · zip
curl -fL -o v2.1.2.zip https://ratatoskr.space/pkg/pebble/v2.1.2.zip
printf '%s %s\n' '9b73de2a32643b85a93a9a51f0eee18d773cde8bf5039849fa08a55372c1d202' 'v2.1.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.1.2.zip"
$out = "v2.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9b73de2a32643b85a93a9a51f0eee18d773cde8bf5039849fa08a55372c1d202") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.2.tar.gz https://ratatoskr.space/pkg/pebble/v2.1.2.tar.gz
printf '%s %s\n' '084afe1dc4ac28b25c82c4bc521e06bfa184e8510e506a31e679fff9114fa289' 'v2.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.1.2.tar.gz"
$out = "v2.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "084afe1dc4ac28b25c82c4bc521e06bfa184e8510e506a31e679fff9114fa289") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.2.zip
printf '%s %s\n' '9b73de2a32643b85a93a9a51f0eee18d773cde8bf5039849fa08a55372c1d202' 'v2.1.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.2.zip"
$out = "v2.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9b73de2a32643b85a93a9a51f0eee18d773cde8bf5039849fa08a55372c1d202") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.2.tar.gz
printf '%s %s\n' '084afe1dc4ac28b25c82c4bc521e06bfa184e8510e506a31e679fff9114fa289' 'v2.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.2.tar.gz"
$out = "v2.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "084afe1dc4ac28b25c82c4bc521e06bfa184e8510e506a31e679fff9114fa289") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.2.zip | zip | 5.9 MiB |
blake3-24 d02a3cf9e9edf662d11c1a0f7b2638069fff5bc2b4396cdd
sha256 9b73de2a32643b85a93a9a51f0eee18d773cde8bf5039849fa08a55372c1d202
sha1 5b87e250edae4d7de3bf64f7a5e172331102f0aa
|
| v2.1.2.tar.gz | tar.gz | 5.3 MiB |
blake3-24 679b8a0e97911d2fb7e6e06958af051be043365f031f89ce
sha256 084afe1dc4ac28b25c82c4bc521e06bfa184e8510e506a31e679fff9114fa289
sha1 effd87d0fc97d4173ec396d1dc107595378bac68
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.1.2.tar.gz"],
integrity = "sha256-CEr+HcSsKLJcgsS8Uh4Gv6GE6FEOUGox5nn/+RFPook=",
strip_prefix = "pebble-v2.1.2",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.1.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.2.tar.gz"],
integrity = "sha256-CEr+HcSsKLJcgsS8Uh4Gv6GE6FEOUGox5nn/+RFPook=",
strip_prefix = "pebble-v2.1.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.2.tar.gz",