homebrew-cask-versions/Casks/pingmenu.rb
2014-10-01 11:43:52 -04:00

10 lines
224 B
Ruby

class Pingmenu < Cask
version :latest
sha256 :no_check
url 'https://github.com/kalleboo/PingMenu/raw/master/PingMenu.app.zip'
homepage 'https://github.com/kalleboo/PingMenu'
license :oss
app 'PingMenu.app'
end