ScoopInstaller_Main/bucket/go-containerregistry.json
2023-11-30 00:34:19 +00:00

28 lines
875 B
JSON

{
"version": "0.17.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.17.0/go-containerregistry_Windows_x86_64.tar.gz",
"hash": "37279b4b969f1318035b9ad3004b32b30b3a0f7aee0497aa65f25e5b46fbad4f"
}
},
"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"
}
}
}