ScoopInstaller_Main/bucket/go-containerregistry.json
2022-06-23 00:35:03 +00:00

28 lines
875 B
JSON

{
"version": "0.10.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.10.0/go-containerregistry_Windows_x86_64.tar.gz",
"hash": "2818062339172b17ea8c996ccc14ef297ee3fdeb3c1cbcd77b8fa715fb78a944"
}
},
"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"
}
}
}