mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
28 lines
746 B
JSON
28 lines
746 B
JSON
{
|
|
"homepage": "https://helm.sh",
|
|
"description": "The package manager for Kubernetes",
|
|
"license": "Apache-2.0",
|
|
"version": "2.16.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.helm.sh/helm-v2.16.3-windows-amd64.zip",
|
|
"hash": "8c6b7e28680b59a9c31b20ad5b1dca63775ecd566dddfa77f8062113b5875141"
|
|
}
|
|
},
|
|
"extract_dir": "windows-amd64",
|
|
"bin": "helm.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/kubernetes/helm"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|