mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
788 B
JSON
25 lines
788 B
JSON
{
|
|
"version": "2.1.3",
|
|
"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/v2.1.3/nerdctl-2.1.3-windows-amd64.tar.gz",
|
|
"hash": "0e60d57b8e51db203d2796535d939350c42633bb3f8ecd76b334c7a9081e2297"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|