gvisor @ release-20210412.0
integrity
- size
- 8.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
download
unix · zip
curl -fL -o release-20210412.0.zip https://ratatoskr.space/pkg/gvisor/release-20210412.0.zip
printf '%s %s\n' '7acd487a57ca7d49a691963f6130040cb104fff93cc0be91962eee8c8664692a' 'release-20210412.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gvisor/release-20210412.0.zip"
$out = "release-20210412.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7acd487a57ca7d49a691963f6130040cb104fff93cc0be91962eee8c8664692a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20210412.0.tar.gz https://ratatoskr.space/pkg/gvisor/release-20210412.0.tar.gz
printf '%s %s\n' '55a29d9aeb6560912c36006b62d2dae0aeaf3cfe93525d6ae01f797cc2060c80' 'release-20210412.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gvisor/release-20210412.0.tar.gz"
$out = "release-20210412.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "55a29d9aeb6560912c36006b62d2dae0aeaf3cfe93525d6ae01f797cc2060c80") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o release-20210412.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210412.0.zip
printf '%s %s\n' '7acd487a57ca7d49a691963f6130040cb104fff93cc0be91962eee8c8664692a' 'release-20210412.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210412.0.zip"
$out = "release-20210412.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7acd487a57ca7d49a691963f6130040cb104fff93cc0be91962eee8c8664692a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20210412.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210412.0.tar.gz
printf '%s %s\n' '55a29d9aeb6560912c36006b62d2dae0aeaf3cfe93525d6ae01f797cc2060c80' 'release-20210412.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210412.0.tar.gz"
$out = "release-20210412.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "55a29d9aeb6560912c36006b62d2dae0aeaf3cfe93525d6ae01f797cc2060c80") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| release-20210412.0.zip | zip | 8.3 MiB |
blake3-24 81580913e7a133b69f02cc6cc5f20bcfed6fff4b0478f134
sha256 7acd487a57ca7d49a691963f6130040cb104fff93cc0be91962eee8c8664692a
sha1 8029b8ddaac4a03c9c78aed150f1296e61f5adca
|
| release-20210412.0.tar.gz | tar.gz | 6.4 MiB |
blake3-24 973d81f4268b468cab29052adc68f5eb2fc206e5544de01d
sha256 55a29d9aeb6560912c36006b62d2dae0aeaf3cfe93525d6ae01f797cc2060c80
sha1 700e54515d1cd0c3e2cb6b31902c821b98b003c1
|
install
bazel
http_archive(
name = "gvisor",
urls = ["https://ratatoskr.space/pkg/gvisor/release-20210412.0.tar.gz"],
integrity = "sha256-VaKdmutlYJEsNgBrYtLa4K6vPP6TUl1q4B95fMIGDIA=",
strip_prefix = "gvisor-release-20210412.0",
)
zig
.url = "https://ratatoskr.space/pkg/gvisor/release-20210412.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gvisor",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210412.0.tar.gz"],
integrity = "sha256-VaKdmutlYJEsNgBrYtLa4K6vPP6TUl1q4B95fMIGDIA=",
strip_prefix = "gvisor-release-20210412.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20210412.0.tar.gz",