gvisor @ release-20220713.0
integrity
- size
- 9.5 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
download
unix · zip
curl -fL -o release-20220713.0.zip https://ratatoskr.space/pkg/gvisor/release-20220713.0.zip
printf '%s %s\n' 'd0903443bd756b4644f5f30f144f73c2391d019654d654db9ba783ecab95f3c6' 'release-20220713.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gvisor/release-20220713.0.zip"
$out = "release-20220713.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0903443bd756b4644f5f30f144f73c2391d019654d654db9ba783ecab95f3c6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20220713.0.tar.gz https://ratatoskr.space/pkg/gvisor/release-20220713.0.tar.gz
printf '%s %s\n' '79b5842f7795fdabf17a77ae47292e766c981ee9d2a2c310ef380ceae22babf6' 'release-20220713.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gvisor/release-20220713.0.tar.gz"
$out = "release-20220713.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79b5842f7795fdabf17a77ae47292e766c981ee9d2a2c310ef380ceae22babf6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o release-20220713.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20220713.0.zip
printf '%s %s\n' 'd0903443bd756b4644f5f30f144f73c2391d019654d654db9ba783ecab95f3c6' 'release-20220713.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20220713.0.zip"
$out = "release-20220713.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0903443bd756b4644f5f30f144f73c2391d019654d654db9ba783ecab95f3c6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20220713.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20220713.0.tar.gz
printf '%s %s\n' '79b5842f7795fdabf17a77ae47292e766c981ee9d2a2c310ef380ceae22babf6' 'release-20220713.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20220713.0.tar.gz"
$out = "release-20220713.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79b5842f7795fdabf17a77ae47292e766c981ee9d2a2c310ef380ceae22babf6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| release-20220713.0.zip | zip | 9.6 MiB |
blake3-24 a4e64c9a8dd6afddf926fd3e3bd18932eb27cf6facd80030
sha256 d0903443bd756b4644f5f30f144f73c2391d019654d654db9ba783ecab95f3c6
sha1 fcd6d3b6947bec4371456ad01325daad67af1045
|
| release-20220713.0.tar.gz | tar.gz | 7.5 MiB |
blake3-24 7e115675865f03f49bbdbaa69ac79d4b72b658013e8f1280
sha256 79b5842f7795fdabf17a77ae47292e766c981ee9d2a2c310ef380ceae22babf6
sha1 f82acc3459dfebd34935fa0c1c523ef1c9dfe160
|
install
bazel
http_archive(
name = "gvisor",
urls = ["https://ratatoskr.space/pkg/gvisor/release-20220713.0.tar.gz"],
integrity = "sha256-ebWEL3eV/avxeneuRykudmyYHunSosMQ7zgM6uIrq/Y=",
strip_prefix = "gvisor-release-20220713.0",
)
zig
.url = "https://ratatoskr.space/pkg/gvisor/release-20220713.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gvisor",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20220713.0.tar.gz"],
integrity = "sha256-ebWEL3eV/avxeneuRykudmyYHunSosMQ7zgM6uIrq/Y=",
strip_prefix = "gvisor-release-20220713.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20220713.0.tar.gz",