homebrew-cask/Casks/astah-community.rb

16 lines
737 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'astah-community' do
version '7.2.0,1ff236'
sha256 '81b12fc1145ec28ca82d87a0f13d2763362d55136759fe324192c65943215194'
2014-10-22 09:49:43 +08:00
# cdn.change-vision.com was verified as official when first introduced to the cask
url "http://cdn.change-vision.com/files/astah-community-#{version.before_comma.dots_to_underscores}-#{version.after_comma}-MacOs.dmg"
2017-01-11 14:02:59 +08:00
appcast 'http://astah.net/release-notes/community',
checkpoint: '10700fb03bcc1534619812005dc11abb16f010f81418bb0ccb98fa3f750c862d'
name 'Change Vision Astah Community'
2014-10-22 09:49:43 +08:00
homepage 'http://astah.net/editions/community'
pkg "astah community ver #{version.before_comma.dots_to_underscores}.pkg"
uninstall pkgutil: 'com.change-vision.astahcommunity.astahcommunity.pkg'
2014-10-22 09:49:43 +08:00
end