homebrew-cask/Casks/houdahgeo.rb

16 lines
518 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'houdahgeo' do
2015-12-08 08:38:17 +08:00
version '4.4'
sha256 '065c215e8c61081d4ff6c925ea20a56ba87d08633d2796aa423066ba9cf1f041'
url "https://houdah.com/houdahGeo/download_assets/HoudahGeo#{version}.zip"
appcast "https://www.houdah.com/houdahGeo/updates#{version.to_i}/profileInfo.php",
2015-10-30 01:29:32 +08:00
:sha256 => '35e84cc740c5f5ee1fcfd1936946a63ea58b97c1b2bad97b4e84d5b3446c5aeb'
name 'HoudahGeo'
homepage 'https://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