homebrew-cask/Casks/beamer.rb

9 lines
210 B
Ruby
Raw Normal View History

2013-07-09 06:55:06 +08:00
class Beamer < Cask
url 'http://beamer-app.com/download'
2014-05-14 21:39:58 +08:00
appcast 'http://beamer-app.com/sparkle-appcast.xml'
2013-07-09 06:55:06 +08:00
homepage 'http://beamer-app.com'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-07-09 06:55:06 +08:00
link 'Beamer.app'
end