ScoopInstaller_Main/bucket/helmfile.json
2020-10-19 08:58:48 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.132.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.132.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "65474d284718546ac64c22c2753ddb70a6d35e53001fbb96292ced364d014572"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.132.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "f60ba7a6b8bc8d817cfac75826421ac0ee4f3737af3ac60117351177964ae045"
}
},
"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"
}
}
}
}