mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
875 B
JSON
28 lines
875 B
JSON
{
|
|
"version": "0.14.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.14.0/go-containerregistry_Windows_x86_64.tar.gz",
|
|
"hash": "d196c5a1737a0dea37c952e81e5ca0727e21197bd7305f2256b69d4e55c624d0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|