ScoopInstaller_Main/bucket/helmfile.json
2020-08-01 12:49:31 +02:00

29 lines
1.1 KiB
JSON

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