gvisor @ release-20191114.0
integrity
- size
- 3.8 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
download
unix · zip
curl -fL -o release-20191114.0.zip https://ratatoskr.space/pkg/gvisor/release-20191114.0.zip
printf '%s %s\n' '1f71606640dba878cd44b7ebeb0dbd1441c3da404d25a485d5730d735f646fb4' 'release-20191114.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gvisor/release-20191114.0.zip"
$out = "release-20191114.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1f71606640dba878cd44b7ebeb0dbd1441c3da404d25a485d5730d735f646fb4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20191114.0.tar.gz https://ratatoskr.space/pkg/gvisor/release-20191114.0.tar.gz
printf '%s %s\n' 'ccc1290e5a808f1df5f62380c02319a9174e1412f78b8933733e0fa2ed9aa7f2' 'release-20191114.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gvisor/release-20191114.0.tar.gz"
$out = "release-20191114.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ccc1290e5a808f1df5f62380c02319a9174e1412f78b8933733e0fa2ed9aa7f2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o release-20191114.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20191114.0.zip
printf '%s %s\n' '1f71606640dba878cd44b7ebeb0dbd1441c3da404d25a485d5730d735f646fb4' 'release-20191114.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20191114.0.zip"
$out = "release-20191114.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1f71606640dba878cd44b7ebeb0dbd1441c3da404d25a485d5730d735f646fb4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20191114.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20191114.0.tar.gz
printf '%s %s\n' 'ccc1290e5a808f1df5f62380c02319a9174e1412f78b8933733e0fa2ed9aa7f2' 'release-20191114.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20191114.0.tar.gz"
$out = "release-20191114.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ccc1290e5a808f1df5f62380c02319a9174e1412f78b8933733e0fa2ed9aa7f2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| release-20191114.0.zip | zip | 3.8 MiB |
blake3-24 c5b5522ac21dea2b0bacf0c7a3fb028718cc18eff9de0ccb
sha256 1f71606640dba878cd44b7ebeb0dbd1441c3da404d25a485d5730d735f646fb4
sha1 a862a1ae164f1646c034b740ed9694ed8a5e46f8
|
| release-20191114.0.tar.gz | tar.gz | 2.6 MiB |
blake3-24 5940d1ce6482e174f20229c44e6635daa6516870e6bfceb9
sha256 ccc1290e5a808f1df5f62380c02319a9174e1412f78b8933733e0fa2ed9aa7f2
sha1 83020de1e83a457d60dec57f12b158301b288bdd
|
install
bazel
http_archive(
name = "gvisor",
urls = ["https://ratatoskr.space/pkg/gvisor/release-20191114.0.tar.gz"],
integrity = "sha256-zMEpDlqAjx319iOAwCMZqRdOFBL3i4kzcz4Pou2ap/I=",
strip_prefix = "gvisor-release-20191114.0",
)
zig
.url = "https://ratatoskr.space/pkg/gvisor/release-20191114.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gvisor",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20191114.0.tar.gz"],
integrity = "sha256-zMEpDlqAjx319iOAwCMZqRdOFBL3i4kzcz4Pou2ap/I=",
strip_prefix = "gvisor-release-20191114.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20191114.0.tar.gz",