mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 07:05:14 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.45.2",
|
|
"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.45.2/helmfile_windows_amd64.exe#/helmfile.exe",
|
|
"hash": "7c6cea5371759f933afe946821ee4c15cc8ad558399c2c740d8f5c164c19c4a3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v0.45.2/helmfile_windows_386.exe#/helmfile.exe",
|
|
"hash": "dfa5fae8cc98ac64e3ae94091f75cbcc31e6a96e62d06f3492b197e6b04c3f14"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|