mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.119.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.119.0/helmfile_windows_amd64.exe#/helmfile.exe",
|
|
"hash": "0ac2896cd489ab6933f8e4f9898d610de1bd1e3a59b0a7864f4aef63380652de"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v0.119.0/helmfile_windows_386.exe#/helmfile.exe",
|
|
"hash": "0aa4172362a36e44fa6961f220b0df482456f101f67bdbc33874ffea28af87c3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|