ScoopInstaller_Main/bucket/helmfile.json
2019-05-15 01:01:52 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.61.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.61.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "abd5242e7a7c2e1d294adbf91845b9b5b8cb50071e847c4b50874f718f24d5f0"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.61.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "d2b88765c2d38503444966cc62038032e1157b8624849df67374916317773286"
}
},
"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"
}
}
}
}