ScoopInstaller_Main/bucket/helmfile.json
2019-05-29 11:00:39 +00:00

29 lines
1.1 KiB
JSON

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