ScoopInstaller_Main/bucket/helmfile.json
2023-05-24 00:36:03 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.154.0",
"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/v0.154.0/helmfile_0.154.0_windows_amd64.tar.gz",
"hash": "57f0935ec5933c32dfdc659373f2ea033cc55a77e4a6140699f9f96945f58aa7"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.154.0/helmfile_0.154.0_windows_386.tar.gz",
"hash": "69371731a5b010671042ebd968c93d5966a7a34fc76d9694d41acce14e4de81b"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/helmfile_$version_checksums.txt"
}
}
}