ScoopInstaller_Main/bucket/helmfile.json
2020-09-04 08:30:02 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.128.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.128.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "0f87dd3991676a50db86362f40ed622b07ff3e3b789cfb91ffbef068c5512503"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.128.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "8410cbdb6fc0780c23bffd9a3219712312cb0980a24cc42ec8135bf87a41647d"
}
},
"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"
}
}
}
}