ScoopInstaller_Main/bucket/helmfile.json
2023-12-25 12:29:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.160.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.160.0/helmfile_0.160.0_windows_amd64.tar.gz",
"hash": "cc925da684418c27dfbfd97c46c2ea46be1338ae1cb24f32ee4a8d69ca02346d"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.160.0/helmfile_0.160.0_windows_386.tar.gz",
"hash": "cb3df1094fec94880e418f51ca4c23f8001f1f010b30159da73ac419ac044bad"
}
},
"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"
}
}
}