mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 18:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.148.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.148.1/helmfile_0.148.1_windows_amd64.tar.gz",
|
|
"hash": "23146c13debc5e62e2a6949ad231e190013906d31f7839f2a0dd0d8a9400a76e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v0.148.1/helmfile_0.148.1_windows_386.tar.gz",
|
|
"hash": "96bd72f05426459c09f9d3e949cf6e3a142d2efadcb680d6b43333d4d979a410"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|