mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "4.1.0",
|
|
"description": "The package manager for Kubernetes.",
|
|
"homepage": "https://helm.sh",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.helm.sh/helm-v4.1.0-windows-amd64.zip",
|
|
"hash": "48b527c52c0ea4b33436536b4accefc2cfe1665f6f0520c5b72e478338551833",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://get.helm.sh/helm-v4.1.0-windows-arm64.zip",
|
|
"hash": "257f3ff25187d66208d08cabf063df7245ed72430436d7ca971ff9bd3fe0bc64",
|
|
"extract_dir": "windows-arm64"
|
|
}
|
|
},
|
|
"bin": "helm.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/helm/helm"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://get.helm.sh/helm-v$version-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|