ScoopInstaller_Main/bucket/go-containerregistry.json
2022-05-17 16:31:54 +00:00

28 lines
873 B
JSON

{
"version": "0.9.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.9.0/go-containerregistry_Windows_x86_64.tar.gz",
"hash": "6eb316c9c09953d0c2e8b0cc36c2156518bc69484e09a5683b44bfdb9440c02b"
}
},
"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"
}
}
}