homebrew-cask/Casks/icab.rb

15 lines
459 B
Ruby
Raw Normal View History

2015-12-19 01:05:57 +08:00
cask 'icab' do
2018-10-04 19:48:54 +08:00
version '5.8.6'
sha256 '8ef3f51a54a129b9edf193f8f5d251888981b41bd829d3d457ef6b7930c4a125'
2015-12-19 01:05:57 +08:00
2016-03-05 01:19:56 +08:00
# icab.clauss-net.de was verified as official when first introduced to the cask
2015-12-19 01:05:57 +08:00
url "http://icab.clauss-net.de/icab/iCab_#{version}_Intel.zip"
2018-06-12 22:37:26 +08:00
appcast 'http://www.icab.de/dl.php'
2015-12-19 01:05:57 +08:00
name 'iCab'
homepage 'http://www.icab.de/'
depends_on macos: '>= :lion'
2018-10-04 19:48:54 +08:00
app "iCab #{version} (64+32 Bit Intel Version for macOS 10.7-10.14)/iCab.app"
2015-12-19 01:05:57 +08:00
end