mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.3.2",
|
|
"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/v1.3.2/helmfile_1.3.2_windows_amd64.tar.gz",
|
|
"hash": "427f605cba6483510f6855e43b09b7fe59b856827bae6696a17d81ac3f9da546"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.3.2/helmfile_1.3.2_windows_386.tar.gz",
|
|
"hash": "4cb635400354137c7e8308f8f47d0f04ef2404c47a5df7109d310c5f7fe15b6c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.3.2/helmfile_1.3.2_windows_arm64.tar.gz",
|
|
"hash": "8ee8085e99766d69caf91075980f99b1fe9d7bd83bcb91bb0596b48df693da55"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/helmfile_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|