ScoopInstaller_Main/bucket/go-containerregistry.json
2021-12-29 00:32:37 +00:00

28 lines
873 B
JSON

{
"version": "0.6.1",
"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.6.1/go-containerregistry_Windows_x86_64.tar.gz",
"hash": "23ac080f830fd602be4ac1be134cdd552989efdf8b8dc1eeef7bcda858e21e6e"
}
},
"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"
}
}
}