ScoopInstaller_Main/bucket/helmfile.json
2020-09-15 08:19:20 +02:00

29 lines
1.1 KiB
JSON

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