mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.3.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.3.0/cmctl_windows_amd64.exe#/cmctl.exe",
|
|
"hash": "a43c91abb72ee20cbc18f0de2b8d64e21555743d2b24ba99e8a44acd00bb5901"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cert-manager/cmctl/releases/download/v2.3.0/cmctl_windows_arm64.exe#/cmctl.exe",
|
|
"hash": "c6c22b4542ed48e3836704365ca23cd101d21a87a98bfd9fb4e45ef1472b191f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|