File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ type HomebrewCask struct {
278278 Service string `yaml:"service,omitempty" json:"service,omitempty"`
279279
280280 // Cask only:
281- Binary string `yaml:"binary ,omitempty" json:"binary ,omitempty"`
281+ Binaries [] string `yaml:"binaries ,omitempty" json:"binaries ,omitempty"`
282282 Manpages []string `yaml:"manpages,omitempty" json:"manpages,omitempty"`
283283 URL HomebrewCaskURL `yaml:"url,omitempty" json:"url,omitempty"`
284284 Completions HomebrewCaskCompletions `yaml:"completions,omitempty" json:"completions,omitempty"`
@@ -294,6 +294,9 @@ type HomebrewCask struct {
294294
295295 // Deprecated: use [HomebrewCask.Manpages] instead.
296296 Manpage string `yaml:"manpage,omitempty" json:"manpage,omitempty"`
297+
298+ // Deprecated: use [HomebrewCask.Binaries] instead.
299+ Binary string `yaml:"binary,omitempty" json:"binary,omitempty"`
297300}
298301
299302type HomebrewCaskURL struct {
You can’t perform that action at this time.
0 commit comments