mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.1.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/v1.1.0/helmfile_1.1.0_windows_amd64.tar.gz",
|
|
"hash": "86c00fc170d2b771ae580b1d994aec7de18972d0682fe689ee82c70a286259eb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.0/helmfile_1.1.0_windows_386.tar.gz",
|
|
"hash": "f025541d05f18eba0fa77f448b43b0794b1fd11f422cbc6c138020db98d1b21d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v1.1.0/helmfile_1.1.0_windows_arm64.tar.gz",
|
|
"hash": "dfbd7bc552309aaef004345f5e598c9e62e009201b0349fca26c0ea440cc3454"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|