pebble @ v2.0.2
integrity
- size
- 5.4 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 24.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.0.2.zip https://ratatoskr.space/pkg/pebble/v2.0.2.zip
printf '%s %s\n' 'a591a5d756063e1d2a35d2742d3621eed67704f725df90cf9f540f45902d86c4' 'v2.0.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.0.2.zip"
$out = "v2.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a591a5d756063e1d2a35d2742d3621eed67704f725df90cf9f540f45902d86c4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.2.tar.gz https://ratatoskr.space/pkg/pebble/v2.0.2.tar.gz
printf '%s %s\n' '8bdbdc1667c9a0825ec44a9da1027783c0f0d07290dcd212b3fba58af6ab82da' 'v2.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.0.2.tar.gz"
$out = "v2.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8bdbdc1667c9a0825ec44a9da1027783c0f0d07290dcd212b3fba58af6ab82da") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.2.zip
printf '%s %s\n' 'a591a5d756063e1d2a35d2742d3621eed67704f725df90cf9f540f45902d86c4' 'v2.0.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.2.zip"
$out = "v2.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a591a5d756063e1d2a35d2742d3621eed67704f725df90cf9f540f45902d86c4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.2.tar.gz
printf '%s %s\n' '8bdbdc1667c9a0825ec44a9da1027783c0f0d07290dcd212b3fba58af6ab82da' 'v2.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.2.tar.gz"
$out = "v2.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8bdbdc1667c9a0825ec44a9da1027783c0f0d07290dcd212b3fba58af6ab82da") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.2.zip | zip | 5.6 MiB |
blake3-24 ff01aa757fe03bb9087fdb4f3f5dbbb418fd7feb242ed820
sha256 a591a5d756063e1d2a35d2742d3621eed67704f725df90cf9f540f45902d86c4
sha1 edafd1019b78d7cd6d3fa9910f913983db039ce3
|
| v2.0.2.tar.gz | tar.gz | 5.1 MiB |
blake3-24 f23032a785c8df7e9710844f8d939e92ecbf5e28c70ff916
sha256 8bdbdc1667c9a0825ec44a9da1027783c0f0d07290dcd212b3fba58af6ab82da
sha1 2695fc3fc627eea20259aa1ce606bdd6f365eac9
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v2.0.2.tar.gz"],
integrity = "sha256-i9vcFmfJoIJexEqdoQJ3g8Dw0HKQ3NISs/ulivargto=",
strip_prefix = "pebble-v2.0.2",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.0.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.2.tar.gz"],
integrity = "sha256-i9vcFmfJoIJexEqdoQJ3g8Dw0HKQ3NISs/ulivargto=",
strip_prefix = "pebble-v2.0.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.2.tar.gz",