mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.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.1.1/cmctl_windows_amd64.exe#/cmctl.exe",
|
|
"hash": "3cdc375dc52c30d958bef6992fc52db674920fb119bb0e8859bfe7576db03935"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cert-manager/cmctl/releases/download/v2.1.1/cmctl_windows_arm64.exe#/cmctl.exe",
|
|
"hash": "6b2d276cdf5fba8c7a5dfbb1bf1d4f8e035893bcb61217411a4ca44e499ac2d4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|