ScoopInstaller_Main/bucket/go-containerregistry.json
2026-02-20 00:50:29 +00:00

28 lines
875 B
JSON

{
"version": "0.21.0",
"description": "CLIs for working with container registries",
"homepage": "https://github.com/google/go-containerregistry",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/google/go-containerregistry/releases/download/v0.21.0/go-containerregistry_Windows_x86_64.tar.gz",
"hash": "4524c5de25c2b1e7ac778104dbaca36288d461d26572ae18d16a4ce9fb5e8be7"
}
},
"bin": [
"crane.exe",
"gcrane.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/go-containerregistry/releases/download/v$version/go-containerregistry_Windows_x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}