homebrew-cask/Casks/astah-community.rb

14 lines
451 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'astah-community' do
2015-07-29 10:39:28 +08:00
version '7.0.0'
sha256 '27e05ceaf64bc4ebdb9dcce2d042380d7c141e35b6f2d8e2f91a7c1ff57703dd'
2014-10-22 09:49:43 +08:00
2015-07-29 10:39:28 +08:00
url "http://cdn.astah.net/downloads/astah-community-#{version.gsub('.','_')}-846701-MacOs.dmg"
2015-01-04 11:17:57 +08:00
name 'Astah Community'
2014-10-22 09:49:43 +08:00
homepage 'http://astah.net/editions/community'
license :gratis
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