homebrew-cask/Casks/reveal.rb

12 lines
250 B
Ruby
Raw Normal View History

2013-07-14 06:37:00 +08:00
class Reveal < Cask
2014-09-17 19:42:59 +08:00
version :latest
sha256 :no_check
2013-07-14 06:37:00 +08:00
url 'http://download.revealapp.com/Reveal.app.zip'
2014-05-14 21:40:02 +08:00
appcast 'http://download.revealapp.com/reveal-release.xml'
2013-07-14 06:37:00 +08:00
homepage 'http://revealapp.com/'
2014-10-01 23:33:46 +08:00
license :unknown
2014-09-16 00:06:14 +08:00
app 'Reveal.app'
2013-07-14 06:37:00 +08:00
end