Championify
Championify copied to clipboard
Homebrew Cask install for macOS
It would be fantastic if Championify could be installed through cask. I'm not quite sure how hard it would be to set up and keep up to date, but it would be much appreciated!
It's not terribly hard. It's just a ruby script in the Cask github repo and remembering to update it. I'll keep it in mind. :)
@dustinblackman The pull request has been accepted from homebrew cask. I think the issue can now be closed :-)
Thanks!
@julian-poidevin Fantastic, thanks a lot!
Keeping Casks up to date is super easy.
Check out cask-repair
(details in CONTRIBUTING). ie. to update to the latest version, you could use cask-repair -v 2.0.1 championify
. You could even make it part of your release process.
(I'm a Homebrew Cask maintainer)
@adidala That's fantastic, I didn't know about that. Going to reopen and add it to my release tasks.