mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 11:51:23 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.162.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.162.0/helmfile_0.162.0_windows_amd64.tar.gz",
|
|
"hash": "3a38a37dc5a3ee3823079b70c48605197ba69ab7a7c545df95d03d7fb015d748"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v0.162.0/helmfile_0.162.0_windows_386.tar.gz",
|
|
"hash": "1bd963ee559c343cd8ab8940010d311816171746852a01a0b8bf6fbb998d6bd7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|