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

gvisor @ release-20210806.0

integrity

size
8.4 MiB
downloaded
last checked
detected
raw version: universal archives only
source https://github.com/google/gvisor · available · github

download

unix · zip
curl -fL -o release-20210806.0.zip https://ratatoskr.space/pkg/gvisor/release-20210806.0.zip
                    printf '%s  %s\n' '9d2034ef98988a5b0a6569d3770e109db9edf859f580153ae862e1c84150fa30' 'release-20210806.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gvisor/release-20210806.0.zip"
$out = "release-20210806.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9d2034ef98988a5b0a6569d3770e109db9edf859f580153ae862e1c84150fa30") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20210806.0.tar.gz https://ratatoskr.space/pkg/gvisor/release-20210806.0.tar.gz
                    printf '%s  %s\n' '38d635530782af79133cae2158b6c3769e268b0070135993a39e56fc08a3ea44' 'release-20210806.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gvisor/release-20210806.0.tar.gz"
$out = "release-20210806.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "38d635530782af79133cae2158b6c3769e268b0070135993a39e56fc08a3ea44") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o release-20210806.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210806.0.zip
                    printf '%s  %s\n' '9d2034ef98988a5b0a6569d3770e109db9edf859f580153ae862e1c84150fa30' 'release-20210806.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210806.0.zip"
$out = "release-20210806.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9d2034ef98988a5b0a6569d3770e109db9edf859f580153ae862e1c84150fa30") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20210806.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210806.0.tar.gz
                    printf '%s  %s\n' '38d635530782af79133cae2158b6c3769e268b0070135993a39e56fc08a3ea44' 'release-20210806.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210806.0.tar.gz"
$out = "release-20210806.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "38d635530782af79133cae2158b6c3769e268b0070135993a39e56fc08a3ea44") { throw "sha256 mismatch" }
artifact format size hashes
release-20210806.0.zip zip 8.4 MiB
blake3-24 070702f8220b8528f63c9b31614f5f5f580e2d917c1f3856
sha256 9d2034ef98988a5b0a6569d3770e109db9edf859f580153ae862e1c84150fa30
sha1 74904dcfc9d2f14fc7c2ba0033b623e656b12de5
release-20210806.0.tar.gz tar.gz 6.5 MiB
blake3-24 eb6a3f0a314de95bb715a7a54e1d184f0c901ddc1df9e70b
sha256 38d635530782af79133cae2158b6c3769e268b0070135993a39e56fc08a3ea44
sha1 52a7259697abf7c99f5c8feb13740b41aa7d4ef1

install

bazel
http_archive(
    name = "gvisor",
    urls = ["https://ratatoskr.space/pkg/gvisor/release-20210806.0.tar.gz"],
    integrity = "sha256-ONY1UweCr3kTPK4hWLbDdp4miwBwE1mTo55W/Aij6kQ=",
    strip_prefix = "gvisor-release-20210806.0",
)
zig
.url = "https://ratatoskr.space/pkg/gvisor/release-20210806.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "gvisor",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210806.0.tar.gz"],
    integrity = "sha256-ONY1UweCr3kTPK4hWLbDdp4miwBwE1mTo55W/Aij6kQ=",
    strip_prefix = "gvisor-release-20210806.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210806.0.tar.gz",
← release-20210816.0release-20210726.0 →