ScoopInstaller_Main/bucket/go-containerregistry.json
2023-08-03 00:29:26 +00:00

28 lines
875 B
JSON

{
"version": "0.16.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.16.1/go-containerregistry_Windows_x86_64.tar.gz",
"hash": "894f4d9ba2bcfb4ed013f7fbda7f962f7c92dbef38fdd172d4676075f4e8a519"
}
},
"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"
}
}
}