DomT4 / homebrew-autoupdate

:tropical_drink: An easy, convenient way to automatically update Homebrew.
BSD 2-Clause "Simplified" License
995 stars 55 forks source link

Upgrade brew casks #12

Closed ghazel closed 6 years ago

ghazel commented 6 years ago

Looks like simply adding:

auto_args << " && #{Autoupdate::Core.brew} cask upgrade -v"

to the upgrade tasks https://github.com/DomT4/homebrew-autoupdate/blob/e71815f9e0b75a4e639b22d7261c3fdfa6d9eccb/lib/autoupdate/start.rb#L18 would do it.

florentroques commented 6 years ago

@DomT4 after merging https://github.com/DomT4/homebrew-autoupdate/pull/13 you can close this issue :)