homebrew-cask/Casks/tibco-jaspersoft-studio.rb

14 lines
645 B
Ruby

cask 'tibco-jaspersoft-studio' do
version '6.3.1'
sha256 'e2c0e713d3c5b309e1944c3d472f9dcea9e29d4c0ba439942f377ba9786fcd6a'
# sourceforge.net/jasperstudio was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/jasperstudio/TIBCOJaspersoftStudio-#{version}.final-mac-x86_64.dmg"
appcast 'https://sourceforge.net/projects/jasperstudio/rss',
checkpoint: 'e46ce59c6a652c8bdca94d2dc96aa210b0cf003af2e445148497a229c4825a8a'
name 'TIBCO Jaspersoft Studio'
homepage 'https://community.jaspersoft.com/project/jaspersoft-studio'
app "TIBCO Jaspersoft Studio #{version}.final.app"
end