ScoopInstaller_Main/bucket/helmfile.json
2020-02-26 13:01:53 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.101.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.101.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "d2971df423c25695640a17d7068ea6acdf2a8015ceac34cbb134c534361db412"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.101.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "3795de71adbd5dd23f8e1668f15dea4ae241041a438ed560ae01a9e0a9071574"
}
},
"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"
}
}
}
}