homebrew-cask/Casks/ibrowse.rb

15 lines
512 B
Ruby
Raw Normal View History

2014-11-14 01:26:03 +08:00
cask :v1 => 'ibrowse' do
2015-05-29 07:46:32 +08:00
version '1.0.3.0'
sha256 '15dfc22ca7a97b9593994115c5adc016357a443131582e4d68a9bcb32e08ab7c'
2014-09-06 03:22:29 +08:00
2015-01-18 04:05:32 +08:00
# macroplant.com is the official download host per the vendor homepage
2015-05-29 07:46:32 +08:00
url "http://cdn.macroplant.com/release/iBrowse-#{version}.dmg"
2015-01-05 00:35:04 +08:00
name 'iBrowse'
2015-05-25 03:37:53 +08:00
appcast 'https://www.macroplant.com/ibrowse/ib-appcast.xml',
:sha256 => '2dd21aed73c84b3b7c85ca29292f1c347fbadd5f9fd78866bd5db55d2c70e88f'
homepage 'https://www.ibrowseapp.com/'
2015-05-29 07:46:32 +08:00
license :gratis
2014-09-06 03:22:29 +08:00
2014-09-16 00:05:43 +08:00
app 'iBrowse.app'
2014-09-06 03:22:29 +08:00
end