mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.4.1",
|
|
"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.1/cmctl_windows_amd64.exe#/cmctl.exe",
|
|
"hash": "3775d64db12317dc9e530f1a38c43eb23205f9c3819b8c7d95194def12662348"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cert-manager/cmctl/releases/download/v2.4.1/cmctl_windows_arm64.exe#/cmctl.exe",
|
|
"hash": "70acdc095343736ba1754f6a08f49ccf3d29f12d66c3f38d710380b40499bc9a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|