mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 06:51:19 +00:00
27 lines
750 B
JSON
27 lines
750 B
JSON
{
|
|
"homepage": "https://helm.sh/",
|
|
"license": "Apache-2.0",
|
|
"version": "2.14.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.14.0-windows-amd64.tar.gz",
|
|
"hash": "e5fc2a95a18e518bd62f15e805f0e0cc7d1fe710bb64969b81ea41fd27d45ce8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|