ScoopInstaller_Main/bucket/helmfile.json
2020-11-12 08:17:45 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.134.1",
"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.134.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "10403a4836075e57792d02a870dbce6a541060b4121e4e7dfff909604b73bfcf"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.134.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "92613ebc45af4e70102e6fb5ce586131b0707a543cc0a052232b8123fca7a284"
}
},
"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"
}
}
}
}