mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
25 lines
788 B
JSON
25 lines
788 B
JSON
{
|
|
"version": "1.7.4",
|
|
"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/v1.7.4/nerdctl-1.7.4-windows-amd64.tar.gz",
|
|
"hash": "2734dedd6ca99a7bcf989247b555361963a8b78728a263a8c5d0e563f6c3910a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|