ScoopInstaller_Main/bucket/helmfile.json
2019-06-19 01:00:25 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.79.0",
"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.79.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "2afde7478b99d682aca751a9f54ba3833b080a0498b7c3e8d047f476fa384e90"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.79.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "9d983defd7b007adc79eb90c7c31c7872fc6ad4740306a29c6e14fe18de1ac6d"
}
},
"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"
}
}
}
}