mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 16:41:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.157.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.157.0/helmfile_0.157.0_windows_amd64.tar.gz",
|
|
"hash": "1b559f4545c1ec9aaaf78962aead0f4b5b28810393f84de3d36c0a8f19402331"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/helmfile/helmfile/releases/download/v0.157.0/helmfile_0.157.0_windows_386.tar.gz",
|
|
"hash": "6df85d1b093a0583cd0fcc94f40549d49adb4b6d46829cdecf6a83a612d84dc4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|