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/v1.1.0
vault / pebble / v1.1.0

pebble @ v1.1.0

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

release notes

This is the version of Pebble that is used in CockroachDB v23.2.0. It is considered stable and production-ready.

download

unix · zip
curl -fL -o v1.1.0.zip https://ratatoskr.space/pkg/pebble/v1.1.0.zip
                    printf '%s  %s\n' '0f479d84b3b7b6ab2ee9d27a1d47f550a4a720a1d8c79079ddf441497090d2af' 'v1.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pebble/v1.1.0.zip"
$out = "v1.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f479d84b3b7b6ab2ee9d27a1d47f550a4a720a1d8c79079ddf441497090d2af") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.0.tar.gz https://ratatoskr.space/pkg/pebble/v1.1.0.tar.gz
                    printf '%s  %s\n' 'ea4c4bfd92d63f56f11e8780628adf2b06d574f445f8c0b3c1ee0fc8e077823c' 'v1.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pebble/v1.1.0.tar.gz"
$out = "v1.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ea4c4bfd92d63f56f11e8780628adf2b06d574f445f8c0b3c1ee0fc8e077823c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.0.zip
                    printf '%s  %s\n' '0f479d84b3b7b6ab2ee9d27a1d47f550a4a720a1d8c79079ddf441497090d2af' 'v1.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.0.zip"
$out = "v1.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f479d84b3b7b6ab2ee9d27a1d47f550a4a720a1d8c79079ddf441497090d2af") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.0.tar.gz
                    printf '%s  %s\n' 'ea4c4bfd92d63f56f11e8780628adf2b06d574f445f8c0b3c1ee0fc8e077823c' 'v1.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.0.tar.gz"
$out = "v1.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ea4c4bfd92d63f56f11e8780628adf2b06d574f445f8c0b3c1ee0fc8e077823c") { throw "sha256 mismatch" }
artifact format size hashes
v1.1.0.zip zip 5.1 MiB
blake3-24 18cb3f5ba5e0021315dba56321d09f8d9f068d840056a77a
sha256 0f479d84b3b7b6ab2ee9d27a1d47f550a4a720a1d8c79079ddf441497090d2af
sha1 fec58a88e58ec31dcea684f11f95fe8466684432
v1.1.0.tar.gz tar.gz 4.6 MiB
blake3-24 6a4c1e15bb396333a840fb4510688dce102f972be37ada16
sha256 ea4c4bfd92d63f56f11e8780628adf2b06d574f445f8c0b3c1ee0fc8e077823c
sha1 d40444f2f3fe00b6ac288090635674835c521de1

install

bazel
http_archive(
    name = "pebble",
    urls = ["https://ratatoskr.space/pkg/pebble/v1.1.0.tar.gz"],
    integrity = "sha256-6kxL/ZLWP1bxHoeAYorfKwbVdPRF+MCzwe4PyOB3gjw=",
    strip_prefix = "pebble-v1.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/pebble/v1.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "pebble",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.0.tar.gz"],
    integrity = "sha256-6kxL/ZLWP1bxHoeAYorfKwbVdPRF+MCzwe4PyOB3gjw=",
    strip_prefix = "pebble-v1.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pebble/v1.1.0.tar.gz",
← v1.1.1v1.0.0 →