mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 11:04:49 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "4.0.5",
|
|
"description": "The package manager for Kubernetes.",
|
|
"homepage": "https://helm.sh",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.helm.sh/helm-v4.0.5-windows-amd64.zip",
|
|
"hash": "44035d49d9e7d93c249cef0a056f464c05c8638d074e651d586481e4d4d0208b",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://get.helm.sh/helm-v4.0.5-windows-arm64.zip",
|
|
"hash": "45efc334dd5a2e9cae4aed333e9d638baec80c4cedd11a7669fe215991a69eb2",
|
|
"extract_dir": "windows-arm64"
|
|
}
|
|
},
|
|
"bin": "helm.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/helm/helm"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://get.helm.sh/helm-v$version-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|