mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 02:11:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.159.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.159.0/helmfile_0.159.0_windows_amd64.tar.gz",
|
|
"hash": "29170d3033a3719e5fdb91873f5063088ca4b533fe6830a1183079f8cb4b6566"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v0.159.0/helmfile_0.159.0_windows_386.tar.gz",
|
|
"hash": "e3e02b93ef0d4b16c19c0b81a5cd590be35c239c9f6aee3239b963e8c6003a51"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|