ScoopInstaller_Main/bucket/go-containerregistry.json
2024-07-08 20:26:22 +00:00

28 lines
875 B
JSON

{
"version": "0.20.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.20.0/go-containerregistry_Windows_x86_64.tar.gz",
"hash": "38941b9f06e4e31f743bc7fd3d9bf750fc61736ad51d75adc5631e0a80ec775a"
}
},
"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"
}
}
}