mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
28 lines
875 B
JSON
28 lines
875 B
JSON
{
|
|
"version": "0.19.2",
|
|
"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.19.2/go-containerregistry_Windows_x86_64.tar.gz",
|
|
"hash": "c9bcc5836bfb511f88d52f849d7a5a0bf5d96471cb20ece1c01258bcf7312321"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|