Update reveal to 13 (#41799)

* Update reveal to 13
* Add depends on macos stanza to reveal.rb
This commit is contained in:
Gianni Tam-McMillan 2017-12-10 20:34:58 +00:00 committed by Victor Popkov
parent 3f6523e31f
commit ca5703359c
1 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,14 @@
cask 'reveal' do
version '8'
sha256 'c0cff3320276e465822f763a059d1fa7449d3e86fdf6b76df078c7826cd668b8'
version '13'
sha256 '1cdae698fe0dd3d7d0f457fb572fc063dc006efa0c9a9b59e6beabebb65099ff'
url "https://download.revealapp.com/Reveal.app-#{version}.zip"
appcast 'https://revealapp.com/download/',
checkpoint: '37ccf49372e6e047fb88af4cdaad7a485d7b5175183f4935db8797f8c36a0972'
checkpoint: 'ede640ade1401428ea099c57c18a40a08daafecedd9abe833a87139053d0e30d'
name 'Reveal'
homepage 'https://revealapp.com/'
depends_on macos: '>= :sierra'
app 'Reveal.app'
end