mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
29 lines
766 B
JSON
29 lines
766 B
JSON
{
|
|
"homepage": "https://helm.sh/",
|
|
"license": "Apache-2.0",
|
|
"version": "2.11.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.11.0-windows-amd64.tar.gz",
|
|
"hash": "8347dc5ea12d937eb793ed438ea3274f40639144abdc8b071715937aad8a7616"
|
|
}
|
|
},
|
|
"extract_dir": "windows-amd64",
|
|
"bin": [
|
|
"helm.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/kubernetes/helm"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v$version-windows-amd64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|