ScoopInstaller_Main/bucket/helmfile.json
2020-09-22 08:20:11 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.130.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.130.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "0f0af476d0cfa425d1772d9027d87591d99cba448ad810303ab437074409fb00"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.130.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "eb247254252feb41f04ec8e99b98a09abea939a773b4329b03395925a1583926"
}
},
"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"
}
}
}
}