homebrew-cask/Casks/justinmind.rb

15 lines
401 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'justinmind' do
2014-12-06 21:12:44 +08:00
version :latest
sha256 :no_check
# cloudfront.net is the official download host per the vendor homepage
url 'https://d2ld3he4yll0xl.cloudfront.net/Justinmind_Prototyper_MacOS.dmg'
2015-04-07 21:30:04 +08:00
name 'Justinmind Prototyper'
2014-12-06 21:12:44 +08:00
homepage 'http://www.justinmind.com/'
license :commercial
pkg 'Justinmind.pkg'
uninstall :pkgutil => 'com.justinmind.justinmindprototyper631.pkg'
end