pebble @ v2.1.3
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
- Enable Go 1.26 support for v2 by @stefanb in https://github.com/cockroachdb/pebble/pull/5673
Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.1.2...v2.1.3
download
unix · zip
curl -fL -o v2.1.3.zip https://ratatoskr.space/pkg/pebble/v2.1.3.zip
printf '%s %s\n' '25c7c2c7eacda3ec008c5377bf0788e18c39c986971401e52591fd0c868243f3' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "25c7c2c7eacda3ec008c5377bf0788e18c39c986971401e52591fd0c868243f3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz https://ratatoskr.space/pkg/pebble/v2.1.3.tar.gz
printf '%s %s\n' '434e80ceeb8f79167f71a56f8eb728ee02722cb19c5212e3e42fbf59cc9e70c3' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "434e80ceeb8f79167f71a56f8eb728ee02722cb19c5212e3e42fbf59cc9e70c3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.3.zip
printf '%s %s\n' '25c7c2c7eacda3ec008c5377bf0788e18c39c986971401e52591fd0c868243f3' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "25c7c2c7eacda3ec008c5377bf0788e18c39c986971401e52591fd0c868243f3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.3.tar.gz
printf '%s %s\n' '434e80ceeb8f79167f71a56f8eb728ee02722cb19c5212e3e42fbf59cc9e70c3' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "434e80ceeb8f79167f71a56f8eb728ee02722cb19c5212e3e42fbf59cc9e70c3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.3.zip | zip | 5.9 MiB |
blake3-24 3f9dc18231f18236fdc0c3aa8da97dff184edd1d19154488
sha256 25c7c2c7eacda3ec008c5377bf0788e18c39c986971401e52591fd0c868243f3
sha1 5c3e07d95e0fd953c5d669d45c0781eb8d8bb700
|
| v2.1.3.tar.gz | tar.gz | 5.3 MiB |
blake3-24 6fab7b9ec67e927d16c32a6a0243768515640b12cb025d44
sha256 434e80ceeb8f79167f71a56f8eb728ee02722cb19c5212e3e42fbf59cc9e70c3
sha1 87c65da28e9922e98b43bedf164c74869e946253
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.1.3.tar.gz"],
integrity = "sha256-Q06AzuuPeRZ/caVvjrco7gJyLLGcUhLj5C+/WcyecMM=",
strip_prefix = "pebble-v2.1.3",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.1.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.3.tar.gz"],
integrity = "sha256-Q06AzuuPeRZ/caVvjrco7gJyLLGcUhLj5C+/WcyecMM=",
strip_prefix = "pebble-v2.1.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.3.tar.gz",