mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.4.0",
|
|
"description": "A command-line tool to manage cert-manager and its resources inside a Kubernetes cluster.",
|
|
"homepage": "https://cert-manager.io/docs/reference/cmctl/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cert-manager/cmctl/releases/download/v2.4.0/cmctl_windows_amd64.exe#/cmctl.exe",
|
|
"hash": "da7d4ce9eda6ac66c53f70758e9519801b8f6afd5e0b1dad34d6afdabacef84d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cert-manager/cmctl/releases/download/v2.4.0/cmctl_windows_arm64.exe#/cmctl.exe",
|
|
"hash": "1bffb24ae8f0764d977a750c590219483dcf63dbb05a9a83a42edd19d0b73683"
|
|
}
|
|
},
|
|
"bin": "cmctl.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/cert-manager/cmctl"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cert-manager/cmctl/releases/download/v$version/cmctl_windows_amd64.exe#/cmctl.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cert-manager/cmctl/releases/download/v$version/cmctl_windows_arm64.exe#/cmctl.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|