homebrew-cask/Casks/houdahgeo.rb

16 lines
524 B
Ruby
Raw Normal View History

2014-11-14 01:26:02 +08:00
cask :v1 => 'houdahgeo' do
2015-10-30 01:29:32 +08:00
version '4.3.2'
sha256 '1d88f16a159608cf4e2a432609a3b0d0a86e53bb1b42cbac9b21899185a9ff02'
2015-07-10 15:53:11 +08:00
url "http://houdah.com/houdahGeo/download_assets/HoudahGeo#{version}.zip"
appcast "http://www.houdah.com/houdahGeo/updates#{version.to_i}/profileInfo.php",
2015-10-30 01:29:32 +08:00
:sha256 => '35e84cc740c5f5ee1fcfd1936946a63ea58b97c1b2bad97b4e84d5b3446c5aeb'
name 'HoudahGeo'
2013-06-21 23:13:13 +08:00
homepage 'http://houdah.com/houdahGeo/'
license :commercial
2015-08-02 01:49:02 +08:00
depends_on :macos => '>= :mountain_lion'
2014-09-16 00:05:41 +08:00
app 'HoudahGeo.app'
2013-06-21 23:13:13 +08:00
end