homebrew-cask/Casks/astah-community.rb

14 lines
467 B
Ruby
Raw Normal View History

2014-11-14 01:25:24 +08:00
cask :v1 => 'astah-community' do
2014-10-22 09:49:43 +08:00
version '6.9.0'
sha256 '6e3119f2a723a4a8975583d6693bae975e95fd3339666c07cfb16dd4138e7ceb'
2014-11-26 23:24:53 +08:00
url "http://cdn.astah.net/downloads/astah-community-#{version.gsub('.','_')}-b4c6e9-MacOs.dmg"
2014-10-22 09:49:43 +08:00
homepage 'http://astah.net/editions/community'
license :gratis
tags :vendor => 'Change Vision'
2014-11-26 23:24:53 +08:00
pkg "astah community ver #{version.gsub('.','_')}.pkg"
2014-10-22 09:49:43 +08:00
uninstall :pkgutil => 'com.change-vision.astahcommunity.astahcommunity.pkg'
end