homebrew-cask/Casks/brewservicesmenubar.rb

14 lines
497 B
Ruby
Raw Normal View History

cask 'brewservicesmenubar' do
version '3.0.0'
sha256 '13c8401bc212b65d38a4aa96daf7f98f76e27758ac29fc80fb25e21c989b194d'
url "https://github.com/andrewn/brew-services-menubar/releases/download/v#{version}/BrewServicesMenubar.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/andrewn/brew-services-menubar/releases.atom'
name 'Brew Services Menubar'
homepage 'https://github.com/andrewn/brew-services-menubar'
app 'BrewServicesMenubar.app'
uninstall quit: 'andrewnicolaou.BrewServicesMenubar'
end