mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 21:55:14 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.67.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.67.0/helmfile_windows_amd64.exe#/helmfile.exe",
|
|
"hash": "ba49c91dc585f5ac42823301df4dd8144435881e4349a25d5c4990fa1c237be9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/roboll/helmfile/releases/download/v0.67.0/helmfile_windows_386.exe#/helmfile.exe",
|
|
"hash": "7612b0371c0ebc7ac5486352bea8df6c3673ddadf91f89d0cb124fc9927e9138"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|