homebrew-cask/Casks/astah-professional.rb

15 lines
663 B
Ruby

cask "astah-professional" do
version "8.3.0,b9757d"
sha256 "342766520cab8d55440bd07e947267fd4363347ba5d26d6390957fc3287790ff"
# cdn.change-vision.com/files/ was verified as official when first introduced to the cask
url "https://cdn.change-vision.com/files/astah-professional-#{version.before_comma.dots_to_underscores}-#{version.after_comma}-MacOs.dmg"
appcast "https://astah.net/download"
name "Change Vision Astah Professional"
homepage "https://astah.net/editions/professional"
pkg "astah professional ver #{version.before_comma.dots_to_underscores}.pkg"
uninstall pkgutil: "com.change-vision.astahprofessional.astahprofessional.pkg"
end