mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.1.5",
|
|
"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.1.5/helmfile_1.1.5_windows_amd64.tar.gz",
|
|
"hash": "e9af7e51674d64ac7cf5a213fe83d0a67f8eaed832e702cf2881f66ad6245835"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.5/helmfile_1.1.5_windows_386.tar.gz",
|
|
"hash": "01f5f0999be6a394d22eb418c82d3846130671f18275b36ce99a20085c6d780d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.5/helmfile_1.1.5_windows_arm64.tar.gz",
|
|
"hash": "a0c40aa04192bbde5a40abeb4f4eaed58d1a0d248db8e94d05c2945371c26fea"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|