pebble @ v2.1.0
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.
download
unix · zip
curl -fL -o v2.1.0.zip https://ratatoskr.space/pkg/pebble/v2.1.0.zip
printf '%s %s\n' '0456f6be18c1585958fba6770ee4c28e9085070e288b4261714637479256e19e' 'v2.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.1.0.zip"
$out = "v2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0456f6be18c1585958fba6770ee4c28e9085070e288b4261714637479256e19e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.0.tar.gz https://ratatoskr.space/pkg/pebble/v2.1.0.tar.gz
printf '%s %s\n' '90f7c98c82e76a3c37d568eded6c15429989ae44e4323cee4c7d572f9a11fa35' 'v2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.1.0.tar.gz"
$out = "v2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "90f7c98c82e76a3c37d568eded6c15429989ae44e4323cee4c7d572f9a11fa35") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.0.zip
printf '%s %s\n' '0456f6be18c1585958fba6770ee4c28e9085070e288b4261714637479256e19e' 'v2.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.0.zip"
$out = "v2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0456f6be18c1585958fba6770ee4c28e9085070e288b4261714637479256e19e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.0.tar.gz
printf '%s %s\n' '90f7c98c82e76a3c37d568eded6c15429989ae44e4323cee4c7d572f9a11fa35' 'v2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.0.tar.gz"
$out = "v2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "90f7c98c82e76a3c37d568eded6c15429989ae44e4323cee4c7d572f9a11fa35") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.0.zip | zip | 5.9 MiB |
blake3-24 5762394ed73879dc4337043c1ff89175f599cf81317ef1c2
sha256 0456f6be18c1585958fba6770ee4c28e9085070e288b4261714637479256e19e
sha1 0cbd5307f7219e15b86016ebea2d0b4cd18007cb
|
| v2.1.0.tar.gz | tar.gz | 5.3 MiB |
blake3-24 5418156f76c27781468433babfdf3c9c7db0f4412a929c1b
sha256 90f7c98c82e76a3c37d568eded6c15429989ae44e4323cee4c7d572f9a11fa35
sha1 f482bd69afc01216da318afcdd7673874debffd0
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.1.0.tar.gz"],
integrity = "sha256-kPfJjILnajw31Wjt7WwVQpmJrkTkMjzuTH1XL5oR+jU=",
strip_prefix = "pebble-v2.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.0.tar.gz"],
integrity = "sha256-kPfJjILnajw31Wjt7WwVQpmJrkTkMjzuTH1XL5oR+jU=",
strip_prefix = "pebble-v2.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.1.0.tar.gz",