homebrew-cask/Casks/porthole.rb

14 lines
494 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'porthole' do
2017-01-12 05:49:48 +08:00
version '1.7.10'
sha256 '63b6d2a0a51a906413238770d1cd00180cc0105e210f44eb6131c2cbee298686'
2016-11-23 21:35:02 +08:00
# getporthole.com was verified as official when first introduced to the cask
url 'https://download.getporthole.com/Porthole-latest.zip'
appcast 'https://update.getporthole.com/appcast.rss',
2017-01-12 05:49:48 +08:00
checkpoint: 'c6aa8f34c57cd1d19454bf1ab7a6684f2c396b6b109a510431e55bc52ae3fff5'
2015-04-21 22:50:22 +08:00
name 'Porthole'
2016-11-23 21:35:02 +08:00
homepage 'https://www.dangercove.com/porthole/'
2014-09-16 00:06:09 +08:00
app 'Porthole.app'
2013-07-12 11:16:30 +08:00
end