ScoopInstaller_Main/bucket/helmfile.json
2020-02-03 00:01:51 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.98.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.98.3/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "4d961cd79ca2631590dbf38c8a7af56e6bfb32f92616a2c8810d7e4c8d2c336e"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.98.3/helmfile_windows_386.exe#/helmfile.exe",
"hash": "adea43fd4d8f725db232ad4a25f3058740cf3e0d4129b92ab9e3a0b9884c6f88"
}
},
"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"
}
}
}
}