ScoopInstaller_Main/bucket/helmfile.json
2020-06-06 09:21:03 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.118.6",
"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.118.6/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "d2a1c6d0fe6a0c01bd3d93a8f954648117ad2a7d38964280fa99ea89bb8ca20e"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.118.6/helmfile_windows_386.exe#/helmfile.exe",
"hash": "641a3d7916896c13031237f190ce64660ebdfb9c5be930a3cef2a5bb4f40e26b"
}
},
"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"
}
}
}
}