mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31:18 +00:00
29 lines
764 B
JSON
29 lines
764 B
JSON
{
|
|
"homepage": "https://helm.sh/",
|
|
"license": "Apache-2.0",
|
|
"version": "2.9.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-windows-amd64.tar.gz",
|
|
"hash": "e8626ad091b23284cbbe30851f665868292e7b788052981cc4c4a585808d4834"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|