mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "4.0.1",
|
|
"description": "The package manager for Kubernetes.",
|
|
"homepage": "https://helm.sh",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.helm.sh/helm-v4.0.1-windows-amd64.zip",
|
|
"hash": "a976ee9f3016ae86d8948c0a6d3fc5ed7489cd264cffdbff4860bd97120bd256",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://get.helm.sh/helm-v4.0.1-windows-arm64.zip",
|
|
"hash": "5ecbcd8e50577a325e22d365cd4c4de2e2bd014d81f73b356dbd4f7e6c2427fb",
|
|
"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"
|
|
}
|
|
}
|
|
}
|