yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/pebble/v2.0.8
vault / pebble / v2.0.8

pebble @ v2.0.8

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"
source https://github.com/cockroachdb/pebble · available · github

release notes

Pebble release used in production by CockroachDB 24.3.0, with v2 path, plus minor fixes, some updated deps, and go 1.24, 1.25 support.

Caution! v2.x no longer supports the oldest on-disk formats; see README.

What's Changed

Full Changelog: https://github.com/cockroachdb/pebble/compare/v2.0.7...v2.0.8

download

unix · zip
curl -fL -o v2.0.8.zip https://ratatoskr.space/pkg/pebble/v2.0.8.zip
                    printf '%s  %s\n' '6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73' 'v2.0.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v2.0.8.zip"
$out = "v2.0.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.8.tar.gz https://ratatoskr.space/pkg/pebble/v2.0.8.tar.gz
                    printf '%s  %s\n' 'bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842' 'v2.0.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v2.0.8.tar.gz"
$out = "v2.0.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.zip
                    printf '%s  %s\n' '6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73' 'v2.0.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.zip"
$out = "v2.0.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.tar.gz
                    printf '%s  %s\n' 'bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842' 'v2.0.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.tar.gz"
$out = "v2.0.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.8.zip zip 5.5 MiB
blake3-24 fe8ff48d050c4e1dd50a686cf314fafe9aafcc2c8469b202
sha256 6e9cc5193ff9a7364e9ae32985cf22e3d2fa15ef45db464c4e25d91b0778cc73
sha1 4cb6222960922294795d54140aa42193abc83ff5
v2.0.8.tar.gz tar.gz 5.0 MiB
blake3-24 cf530931c6a44ce1a0722ceb8c8f6a4806efe8d5cfcee2ab
sha256 bc1cfc36653c9abbda015250d11f5e825e1dad401115d6ab821142d3d0799842
sha1 4acb9a9eaf262e57f950d71af24958a4c57f2392

install

bazel
http_archive(
    name = "pebble",
    urls = ["https://ratatoskr.space/pkg/pebble/v2.0.8.tar.gz"],
    integrity = "sha256-vBz8NmU8mrvaAVJQ0R9egl4drUARFdarghFC09B5mEI=",
    strip_prefix = "pebble-v2.0.8",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v2.0.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "pebble",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.tar.gz"],
    integrity = "sha256-vBz8NmU8mrvaAVJQ0R9egl4drUARFdarghFC09B5mEI=",
    strip_prefix = "pebble-v2.0.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v2.0.8.tar.gz",
← v2.1.5v2.1.4 →