ScoopInstaller_Main/bucket/helmfile.json
2020-08-06 08:10:08 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.125.3",
"description": "Command line interface to deploy Kubernetes Helm Charts.",
"homepage": "https://github.com/roboll/helmfile/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.125.3/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "078f78f0d43b37190bff172bd0d9d39179cd0b2cd37aa227eae9c930e3ba226a"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.125.3/helmfile_windows_386.exe#/helmfile.exe",
"hash": "6c8e4c181289cb34f8957a79a3738c3706aa43174aff3a791ae17b9d41fd872d"
}
},
"bin": "helmfile.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_amd64.exe#/helmfile.exe"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_386.exe#/helmfile.exe"
}
}
}
}