ScoopInstaller_Main/bucket/helmfile.json
2023-08-18 16:27:01 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.156.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.156.0/helmfile_0.156.0_windows_amd64.tar.gz",
"hash": "d33236d26b559998f3ca240b2b8686d9e5d105e091210e64782ff3e292f6d88a"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.156.0/helmfile_0.156.0_windows_386.tar.gz",
"hash": "2f1220f8d58a8d7c133a3b0df4e398862a3665797965ff4cecb2feeb2418e857"
}
},
"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"
}
}
}