homebrew-cask/Casks/astah-community.rb

15 lines
648 B
Ruby

cask 'astah-community' do
version '7.1.0,f2c212'
sha256 'b2736dc7b980b6e617b5bc49bdcc986581a91a80644bf737759f9da54fed6297'
url "http://cdn.astah.net/downloads/astah-community-#{version.before_comma.dots_to_underscores}-#{version.after_comma}-MacOs.dmg"
appcast 'http://astah.net/release-notes/community',
checkpoint: 'e2575a4b0a049bd7e5e044dd8cc68b518de49dc91c6f0873ab925d586a971f55'
name 'Change Vision Astah Community'
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'
end