homebrew-cask/Casks/visual-paradigm-ce.rb

14 lines
664 B
Ruby

cask 'visual-paradigm-ce' do
version '16.1,20200609'
sha256 'caed2b387d15f9365a1fa8b0c7033c5fc163bef11305cb9f21643aa1abbcc299'
url "https://www.visual-paradigm.com/downloads/vpce/Visual_Paradigm_CE_#{version.before_comma.dots_to_underscores}_#{version.after_comma}_OSX_WithJRE.dmg"
appcast 'https://www.visual-paradigm.com/downloads/vpce/checksum.html',
must_contain: "#{version.before_comma.dots_to_underscores}_#{version.after_comma}"
name 'Visual Paradigm Community Edition'
homepage 'https://www.visual-paradigm.com/'
# Renamed to avoid conflict with visual-paradigm.
app 'Visual Paradigm.app', target: 'Visual Paradigm CE.app'
end