homebrew-cask/Casks/iexplorer.rb

11 lines
318 B
Ruby
Raw Normal View History

class Iexplorer < Cask
2014-08-09 19:03:56 +08:00
version '3.4.0.4'
sha256 '54dfe7d3347681382343b96548b479146a4e1623ce59ba3b98102d0b5fb89f63'
2014-06-26 12:03:16 +08:00
2013-08-12 23:35:52 +08:00
homepage 'http://www.macroplant.com/'
2014-06-26 12:03:16 +08:00
appcast 'http://www.macroplant.com/iexplorer/ie3-appcast.xml'
2014-07-17 23:38:27 +08:00
url "http://cdn.macroplant.com/release/iExplorer-#{version}.dmg"
2014-06-26 12:03:16 +08:00
2014-09-16 00:05:43 +08:00
app 'iExplorer.app'
2013-08-12 23:35:52 +08:00
end