gvisor @ release-20240305.0
integrity
- size
- 15.1 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
download
unix · zip
curl -fL -o release-20240305.0.zip https://ratatoskr.space/pkg/gvisor/release-20240305.0.zip
printf '%s %s\n' '6f44498e412481159b2a605035db5db623ff6981cc3a107eb6ff5b1f404b6e96' 'release-20240305.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gvisor/release-20240305.0.zip"
$out = "release-20240305.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6f44498e412481159b2a605035db5db623ff6981cc3a107eb6ff5b1f404b6e96") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20240305.0.tar.gz https://ratatoskr.space/pkg/gvisor/release-20240305.0.tar.gz
printf '%s %s\n' 'ebd408122d059edfb850dc275cf529d43926e145d5c88e61284ae316935538ea' 'release-20240305.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gvisor/release-20240305.0.tar.gz"
$out = "release-20240305.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ebd408122d059edfb850dc275cf529d43926e145d5c88e61284ae316935538ea") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o release-20240305.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20240305.0.zip
printf '%s %s\n' '6f44498e412481159b2a605035db5db623ff6981cc3a107eb6ff5b1f404b6e96' 'release-20240305.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20240305.0.zip"
$out = "release-20240305.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6f44498e412481159b2a605035db5db623ff6981cc3a107eb6ff5b1f404b6e96") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20240305.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20240305.0.tar.gz
printf '%s %s\n' 'ebd408122d059edfb850dc275cf529d43926e145d5c88e61284ae316935538ea' 'release-20240305.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20240305.0.tar.gz"
$out = "release-20240305.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ebd408122d059edfb850dc275cf529d43926e145d5c88e61284ae316935538ea") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| release-20240305.0.zip | zip | 15.1 MiB |
blake3-24 41e822cf8abe26f30512c4f1d4b8d98c2e3bec632a4eb285
sha256 6f44498e412481159b2a605035db5db623ff6981cc3a107eb6ff5b1f404b6e96
sha1 776c7689e391b0de88927d633d19c4499e256177
|
| release-20240305.0.tar.gz | tar.gz | 12.9 MiB |
blake3-24 6f73fb44798586f2dc977010bbc2439dfb65b60196d27c06
sha256 ebd408122d059edfb850dc275cf529d43926e145d5c88e61284ae316935538ea
sha1 a87dc31f401d30a244777aa43d556e8b674f7abd
|
install
bazel
http_archive(
name = "gvisor",
urls = ["https://ratatoskr.space/pkg/gvisor/release-20240305.0.tar.gz"],
integrity = "sha256-69QIEi0Fnt+4UNwnXPUp1Dkm4UXVyI5hKErjFpNVOOo=",
strip_prefix = "gvisor-release-20240305.0",
)
zig
.url = "https://ratatoskr.space/pkg/gvisor/release-20240305.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gvisor",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20240305.0.tar.gz"],
integrity = "sha256-69QIEi0Fnt+4UNwnXPUp1Dkm4UXVyI5hKErjFpNVOOo=",
strip_prefix = "gvisor-release-20240305.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20240305.0.tar.gz",