mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-16 08:35:14 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.61.0",
|
|
"description": "Command line interface to deploy Kubernetes Helm Charts.",
|
|
"homepage": "https://github.com/roboll/helmfile/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v0.61.0/helmfile_windows_amd64.exe#/helmfile.exe",
|
|
"hash": "abd5242e7a7c2e1d294adbf91845b9b5b8cb50071e847c4b50874f718f24d5f0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v0.61.0/helmfile_windows_386.exe#/helmfile.exe",
|
|
"hash": "d2b88765c2d38503444966cc62038032e1157b8624849df67374916317773286"
|
|
}
|
|
},
|
|
"bin": "helmfile.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_amd64.exe#/helmfile.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_386.exe#/helmfile.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|