homebrew-cask/Casks/ibrowse.rb

15 lines
506 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ibrowse' do
2016-01-08 05:56:01 +08:00
version '1.0.5.0'
sha256 '8088c92b51d5ed6fa02b3b44d31cd2cba9286ad4278a37e182b54443551f0f22'
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
2016-01-08 05:56:01 +08:00
url "https://www.macroplant.com/release/iBrowse-#{version}.dmg"
2015-05-25 03:37:53 +08:00
appcast 'https://www.macroplant.com/ibrowse/ib-appcast.xml',
2016-01-08 05:56:01 +08:00
:sha256 => '29b0aa6c0748ed9f8bd9b7aa808ef18706d3569699633593660519cd8ebfdb46'
name 'iBrowse'
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