mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
28 lines
873 B
JSON
28 lines
873 B
JSON
{
|
|
"version": "0.8.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.8.0/go-containerregistry_Windows_x86_64.tar.gz",
|
|
"hash": "185194d4ad657b3f217511006b81a148d7e02a818df0df0a490327f6bbef4823"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|