ScoopInstaller_Main/bucket/helmfile.json
2020-04-02 19:08:17 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.106.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.106.3/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "40a3f678e8dfc238326371efb77f5d8e5a040477cc4aee467743185258523dc9"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.106.3/helmfile_windows_386.exe#/helmfile.exe",
"hash": "4e4fc5b473c4b1f5a66ed08f60894f7ffe03a81cfa93522c4e2c287bc0426ac9"
}
},
"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"
}
}
}
}