mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
29 lines
802 B
JSON
29 lines
802 B
JSON
{
|
|
"homepage": "https://helm.sh/",
|
|
"license": "https://github.com/kubernetes/helm/blob/master/LICENSE",
|
|
"version": "2.5.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.5.1-windows-amd64.zip",
|
|
"hash": "bfeb08f4bac1c58b4e575f9236a4cdee8d1929724dd400fcd1536a07d82e5cb7"
|
|
}
|
|
},
|
|
"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.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|