ScoopInstaller_Main/bucket/helmfile.json
2020-09-09 15:48:32 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.128.1",
"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.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "8409fd4ec13d2570b3da651d00830c5f2aba37662b9b25ad3157c3591d28ea7e"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.128.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "48ff8d4d548add400e626274680fa74c12640648dc7713f08baf61c422e638fa"
}
},
"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"
}
}
}
}