ScoopInstaller_Main/bucket/helmfile.json
2025-11-28 04:29:49 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.2.2",
"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.2.2/helmfile_1.2.2_windows_amd64.tar.gz",
"hash": "80fd1a00804b3737618aecbe0ee388cb4bf074fd58d0ee07631293793d089fb0"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.2.2/helmfile_1.2.2_windows_386.tar.gz",
"hash": "f5824e93650ca375ab5de0a057b8825849159fe0cc548d05a8999f3849aa63f4"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v1.2.2/helmfile_1.2.2_windows_arm64.tar.gz",
"hash": "6368cb9db3f34e7bed8b2ec66550a8a2d2bcdd3500e2d084a7959dafe8c6375f"
}
},
"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"
}
}
}