homebrew-cask/Casks/pingmenu.rb

12 lines
246 B
Ruby
Raw Normal View History

2014-11-14 01:26:39 +08:00
cask :v1 => 'pingmenu' do
2014-09-17 19:42:57 +08:00
version :latest
2014-07-15 06:44:59 +08:00
sha256 :no_check
url 'https://github.com/kalleboo/PingMenu/raw/master/PingMenu.app.zip'
2015-01-23 06:25:26 +08:00
name 'PingMenu'
2014-07-15 06:44:59 +08:00
homepage 'https://github.com/kalleboo/PingMenu'
2014-10-01 23:33:37 +08:00
license :oss
2014-07-15 06:44:59 +08:00
2014-09-16 00:06:07 +08:00
app 'PingMenu.app'
2014-07-15 06:44:59 +08:00
end