gvisor @ release-20200907.0
integrity
- size
- 7.6 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
download
unix · zip
curl -fL -o release-20200907.0.zip https://ratatoskr.space/pkg/gvisor/release-20200907.0.zip
printf '%s %s\n' 'c80ad1bb5042897849232aee0f5770ed3f77100c9a0f0c59b3d1b87d53bbc452' 'release-20200907.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gvisor/release-20200907.0.zip"
$out = "release-20200907.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c80ad1bb5042897849232aee0f5770ed3f77100c9a0f0c59b3d1b87d53bbc452") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20200907.0.tar.gz https://ratatoskr.space/pkg/gvisor/release-20200907.0.tar.gz
printf '%s %s\n' '230af9614e2c640e1bedaad3292d157e89ad093ae4a346d2995f15c0ca95fb1c' 'release-20200907.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gvisor/release-20200907.0.tar.gz"
$out = "release-20200907.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "230af9614e2c640e1bedaad3292d157e89ad093ae4a346d2995f15c0ca95fb1c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o release-20200907.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20200907.0.zip
printf '%s %s\n' 'c80ad1bb5042897849232aee0f5770ed3f77100c9a0f0c59b3d1b87d53bbc452' 'release-20200907.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20200907.0.zip"
$out = "release-20200907.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c80ad1bb5042897849232aee0f5770ed3f77100c9a0f0c59b3d1b87d53bbc452") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20200907.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20200907.0.tar.gz
printf '%s %s\n' '230af9614e2c640e1bedaad3292d157e89ad093ae4a346d2995f15c0ca95fb1c' 'release-20200907.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20200907.0.tar.gz"
$out = "release-20200907.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "230af9614e2c640e1bedaad3292d157e89ad093ae4a346d2995f15c0ca95fb1c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| release-20200907.0.zip | zip | 7.6 MiB |
blake3-24 50ed42b9ec257f859bd3eb889cd1c86250f06fb4d1272b7c
sha256 c80ad1bb5042897849232aee0f5770ed3f77100c9a0f0c59b3d1b87d53bbc452
sha1 e47d151146ec43fa61377791478203f21ff68187
|
| release-20200907.0.tar.gz | tar.gz | 5.9 MiB |
blake3-24 8dde9a010ce24bdd378ab47f4cb0aa1d1713c08e80febbec
sha256 230af9614e2c640e1bedaad3292d157e89ad093ae4a346d2995f15c0ca95fb1c
sha1 35c1003f7e07fb97a69e13f5b48ca2381e5455e6
|
install
bazel
http_archive(
name = "gvisor",
urls = ["https://ratatoskr.space/pkg/gvisor/release-20200907.0.tar.gz"],
integrity = "sha256-Iwr5YU4sZA4b7arTKS0VfomtCTrko0bSmV8VwMqV+xw=",
strip_prefix = "gvisor-release-20200907.0",
)
zig
.url = "https://ratatoskr.space/pkg/gvisor/release-20200907.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gvisor",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20200907.0.tar.gz"],
integrity = "sha256-Iwr5YU4sZA4b7arTKS0VfomtCTrko0bSmV8VwMqV+xw=",
strip_prefix = "gvisor-release-20200907.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20200907.0.tar.gz",