ScoopInstaller_Main/bucket/helmfile.json
2020-09-21 08:10:17 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.129.4",
"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.129.4/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "c4bd2718d67e484f11fdc2ce9a3a50d007c580f0510f89a5bdc7c945c7f1a2ea"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.129.4/helmfile_windows_386.exe#/helmfile.exe",
"hash": "b5b859a27d748963de25810967ffe6bfbcfc75aa3cc53f2811130d0f7a022567"
}
},
"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"
}
}
}
}