mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.1.9",
|
|
"description": "Command line interface to deploy Kubernetes Helm Charts.",
|
|
"homepage": "https://github.com/helmfile/helmfile",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.9/helmfile_1.1.9_windows_amd64.tar.gz",
|
|
"hash": "97ef0bba4947c9022ff0b06591a619809dc3993eac026d1a5e2e52c7721a1f38"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.9/helmfile_1.1.9_windows_386.tar.gz",
|
|
"hash": "76dcf5fcb2c6c16cdfb415b62799eec2fafbaf25a80a379d922333ff61247580"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.9/helmfile_1.1.9_windows_arm64.tar.gz",
|
|
"hash": "65e28736255899602fb8b518548a3cb5e011313b57496ffadcf8c74055cf4c9f"
|
|
}
|
|
},
|
|
"bin": "helmfile.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_386.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/helmfile_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|