homebrew-cask/Casks/porthole.rb

14 lines
430 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'porthole' do
2016-01-18 06:36:14 +08:00
version '1.7.7'
sha256 '3a183805d58a042ddf455780c7ae204f15d7a0158fd9ba24d7e13fa92aa58451'
2016-01-18 06:36:14 +08:00
url "http://download.getporthole.com/Porthole-v#{version}.zip"
appcast 'https://update.getporthole.com/appcast.rss',
2016-01-14 02:07:26 +08:00
:checkpoint => '1eedb1650d2ddbbac106b5b65a88b1f07ee239264ed8d4f6c303637cc1b65a55'
2015-04-21 22:50:22 +08:00
name 'Porthole'
2013-07-12 11:16:30 +08:00
homepage 'http://getporthole.com/'
2015-10-05 01:54:23 +08:00
license :commercial
2014-09-16 00:06:09 +08:00
app 'Porthole.app'
2013-07-12 11:16:30 +08:00
end