ScoopInstaller_Main/bucket/helmfile.json
2025-07-11 00:42:10 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.1.3",
"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.3/helmfile_1.1.3_windows_amd64.tar.gz",
"hash": "12173e0056d259efa5148d6db57d21558fb28db6b8fce1d2320da6a706c24bee"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.3/helmfile_1.1.3_windows_386.tar.gz",
"hash": "748b96816112ab53c00b9f9940daf8252f04c30f6a6042fbbf8205c0a0f091cb"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.3/helmfile_1.1.3_windows_arm64.tar.gz",
"hash": "f2ed0922ff2d82a258e97dc5bd3b5d7b19f6e1c9b77b965acfd8a20df176cdaa"
}
},
"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"
}
}
}