homebrew-cask/Casks/menubarfilter.rb

12 lines
342 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'menubarfilter' do
2014-09-17 19:42:52 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2016-11-23 21:34:43 +08:00
# github.com/downloads/wez/MenuBarFilter/ was verified as official when first introduced to the cask
url 'https://github.com/downloads/wez/MenuBarFilter/MenuBarFilter.zip'
2015-01-05 00:08:03 +08:00
name 'Menubarfilter'
2016-11-23 21:34:43 +08:00
homepage 'https://wez.github.io/MenuBarFilter/'
2014-09-16 00:05:56 +08:00
app 'MenuBarFilter.app'
2012-10-25 16:42:26 +08:00
end