ScoopInstaller_Main/bucket/helmfile.json
2023-04-25 08:29:20 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.153.1",
"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.153.1/helmfile_0.153.1_windows_amd64.tar.gz",
"hash": "ff7be1410be3695a6cfc0d750b75f9202862558d4b3c78c58e6cb59eef3b8159"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.153.1/helmfile_0.153.1_windows_386.tar.gz",
"hash": "12d043adba7bd9f497af9fd442e324ea289715350da01183ad7a343e5ba7adfb"
}
},
"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"
}
}
}