ScoopInstaller_Main/bucket/helmfile.json
2022-08-25 00:35:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0145.4",
"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/v0145.4/helmfile_0145.4_windows_amd64.tar.gz",
"hash": "5c52d6f27060f977f5b4e5b8d68ff5e4cf9289a2d016f0f60b734c2187cd1651"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0145.4/helmfile_0145.4_windows_386.tar.gz",
"hash": "fdc9f28af8dd30839e23e28a4d4248f7f7fcd8aca8744687572e7395d1991135"
}
},
"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"
}
}
}