pebble @ v1.1.5
integrity
- size
- 4.9 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/cockroachdb/pebble · go module zip unavailable: symlinks (1): "internal/mkbench/testdata/data-symlink"
release notes
Pebble version used by CockroachDB 23.2.x series, plus:
- newer dependencies;
- a fix for MIPS;
- cli tool upgrade command and version flag;
- fix for https://github.com/cockroachdb/pebble/issues/4268.
Changelog: https://github.com/cockroachdb/pebble/compare/v1.1.4...v1.1.5
download
unix · zip
curl -fL -o v1.1.5.zip https://ratatoskr.space/pkg/pebble/v1.1.5.zip
printf '%s %s\n' 'f4bc29932bba96802aa387383065bb3dcdaefb9fba276ced58559a30408f2e33' 'v1.1.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v1.1.5.zip"
$out = "v1.1.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4bc29932bba96802aa387383065bb3dcdaefb9fba276ced58559a30408f2e33") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.5.tar.gz https://ratatoskr.space/pkg/pebble/v1.1.5.tar.gz
printf '%s %s\n' '81aee2ab1f894fdb3a54d3cb366e5f671987855d00223d11c2aeca2e21571f7b' 'v1.1.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v1.1.5.tar.gz"
$out = "v1.1.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81aee2ab1f894fdb3a54d3cb366e5f671987855d00223d11c2aeca2e21571f7b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.1.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.5.zip
printf '%s %s\n' 'f4bc29932bba96802aa387383065bb3dcdaefb9fba276ced58559a30408f2e33' 'v1.1.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.5.zip"
$out = "v1.1.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4bc29932bba96802aa387383065bb3dcdaefb9fba276ced58559a30408f2e33") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.5.tar.gz
printf '%s %s\n' '81aee2ab1f894fdb3a54d3cb366e5f671987855d00223d11c2aeca2e21571f7b' 'v1.1.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.5.tar.gz"
$out = "v1.1.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81aee2ab1f894fdb3a54d3cb366e5f671987855d00223d11c2aeca2e21571f7b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.1.5.zip | zip | 5.1 MiB |
blake3-24 b5b30d9c2599ebbb778555ba6cdaf78fce46dfcefd8becd1
sha256 f4bc29932bba96802aa387383065bb3dcdaefb9fba276ced58559a30408f2e33
sha1 2390ba24c8a722527a7ec6f20848aba60e69d02a
|
| v1.1.5.tar.gz | tar.gz | 4.6 MiB |
blake3-24 8b2c06abc2b0bb6fc3c90f67c5390ac241e8b0138f9db718
sha256 81aee2ab1f894fdb3a54d3cb366e5f671987855d00223d11c2aeca2e21571f7b
sha1 c2be1a9c61645f774b6f0a0469aa0d2aa97ce05b
|
install
bazel
http_archive(
name = "pebble",
urls = ["https://ratatoskr.space/pkg/pebble/v1.1.5.tar.gz"],
integrity = "sha256-ga7iqx+JT9s6VNPLNm5fZxmHhV0AIj0Rwq7KLiFXH3s=",
strip_prefix = "pebble-v1.1.5",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v1.1.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pebble",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.5.tar.gz"],
integrity = "sha256-ga7iqx+JT9s6VNPLNm5fZxmHhV0AIj0Rwq7KLiFXH3s=",
strip_prefix = "pebble-v1.1.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.5.tar.gz",