mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05:01:19 +00:00
25 lines
791 B
JSON
25 lines
791 B
JSON
{
|
|
"version": "0.21.0",
|
|
"description": "Docker-compatible CLI for containerd",
|
|
"homepage": "https://github.com/containerd/nerdctl",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containerd/nerdctl/releases/download/v0.21.0/nerdctl-0.21.0-windows-amd64.tar.gz",
|
|
"hash": "f6e36e487e4e6f8f8f942d1603eaacd6e57c3af898f62d56100a78a597f16786"
|
|
}
|
|
},
|
|
"bin": "nerdctl.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containerd/nerdctl/releases/download/v$version/nerdctl-$version-windows-amd64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|