gvisor @ release-20260420.0
integrity
- size
- 36.4 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
download
unix · zip
curl -fL -o release-20260420.0.zip https://ratatoskr.space/pkg/gvisor/release-20260420.0.zip
printf '%s %s\n' '408afccb97900d4e256b07506a0dcac6b4f073be0cfc60785ea5899e2529bf23' 'release-20260420.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gvisor/release-20260420.0.zip"
$out = "release-20260420.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "408afccb97900d4e256b07506a0dcac6b4f073be0cfc60785ea5899e2529bf23") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20260420.0.tar.gz https://ratatoskr.space/pkg/gvisor/release-20260420.0.tar.gz
printf '%s %s\n' '5bbcdfa6387a204e84d6ab9cbb629c4d8a702fcce9b8127527935f64169aff9e' 'release-20260420.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gvisor/release-20260420.0.tar.gz"
$out = "release-20260420.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5bbcdfa6387a204e84d6ab9cbb629c4d8a702fcce9b8127527935f64169aff9e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o release-20260420.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20260420.0.zip
printf '%s %s\n' '408afccb97900d4e256b07506a0dcac6b4f073be0cfc60785ea5899e2529bf23' 'release-20260420.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20260420.0.zip"
$out = "release-20260420.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "408afccb97900d4e256b07506a0dcac6b4f073be0cfc60785ea5899e2529bf23") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20260420.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20260420.0.tar.gz
printf '%s %s\n' '5bbcdfa6387a204e84d6ab9cbb629c4d8a702fcce9b8127527935f64169aff9e' 'release-20260420.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20260420.0.tar.gz"
$out = "release-20260420.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5bbcdfa6387a204e84d6ab9cbb629c4d8a702fcce9b8127527935f64169aff9e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| release-20260420.0.zip | zip | 36.5 MiB |
blake3-24 37b5a4d0f820c1fdbcf8a3b6675986f81ee6753c280ebc56
sha256 408afccb97900d4e256b07506a0dcac6b4f073be0cfc60785ea5899e2529bf23
sha1 8217eab77fc43d88b1fb92b5d289992a98b7040b
|
| release-20260420.0.tar.gz | tar.gz | 34.0 MiB |
blake3-24 37783a92d2aa687a1cbb8f820a87e8c992e0caa2cc9b7156
sha256 5bbcdfa6387a204e84d6ab9cbb629c4d8a702fcce9b8127527935f64169aff9e
sha1 8e285469755dfbb2880fc5755797f6624f6118be
|
install
bazel
http_archive(
name = "gvisor",
urls = ["https://ratatoskr.space/pkg/gvisor/release-20260420.0.tar.gz"],
integrity = "sha256-W7zfpjh6IE6E1qucu2KcTYpwL8zpuBJ1J5NfZBaa/54=",
strip_prefix = "gvisor-release-20260420.0",
)
zig
.url = "https://ratatoskr.space/pkg/gvisor/release-20260420.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gvisor",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20260420.0.tar.gz"],
integrity = "sha256-W7zfpjh6IE6E1qucu2KcTYpwL8zpuBJ1J5NfZBaa/54=",
strip_prefix = "gvisor-release-20260420.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20260420.0.tar.gz",