ScoopInstaller_Main/bucket/helmfile.json
2023-10-23 04:25:38 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.158.0",
"description": "Command line interface to deploy Kubernetes Helm Charts.",
"homepage": "https://github.com/helmfile/helmfile",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.158.0/helmfile_0.158.0_windows_amd64.tar.gz",
"hash": "9e308ac3127034f1426a8e403d6079998dcc209c0a741b0c4f4460d79e7a1ecb"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.158.0/helmfile_0.158.0_windows_386.tar.gz",
"hash": "f7769552a4f8d346698c6de4d38ee74715c44772a6ecce1fcd286edaa216d786"
}
},
"bin": "helmfile.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/helmfile_$version_checksums.txt"
}
}
}