mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-20 18:45:14 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.122.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.122.0/helmfile_windows_amd64.exe#/helmfile.exe",
|
|
"hash": "a2d885f90c6af8da639afb993ca50e429d47eb5ee7d532475124ca877d7116c7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v0.122.0/helmfile_windows_386.exe#/helmfile.exe",
|
|
"hash": "7970cfe97440d449be2bc2af7c0b8e03a2557d5caf74f1ab93ad30418e7d154f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|