ScoopInstaller_Main/bucket/helmfile.json
2024-05-11 08:26:40 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.164.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.164.0/helmfile_0.164.0_windows_amd64.tar.gz",
"hash": "75fdecac865a7667a01684f2c538188bb47837bcd57e385254797dd524cdf653"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.164.0/helmfile_0.164.0_windows_386.tar.gz",
"hash": "2382820cf44033df837ee6049084fc3e2c627fffc90f6c80918799518ce17e6f"
}
},
"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"
}
}
}