ScoopInstaller_Main/bucket/go-containerregistry.json
2023-05-05 20:25:40 +00:00

28 lines
875 B
JSON

{
"version": "0.15.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.15.1/go-containerregistry_Windows_x86_64.tar.gz",
"hash": "c47838d10b7616560bd96391ae782e07a7449a5f09c6dff98f1c27f269424e60"
}
},
"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"
}
}
}