homebrew-cask/Casks/balsamiq-mockups.rb

12 lines
317 B
Ruby
Raw Normal View History

2014-11-14 01:25:26 +08:00
cask :v1 => 'balsamiq-mockups' do
2014-09-17 19:42:38 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# amazonaws is the official download host per the vendor homepage
url 'http://s3.amazonaws.com/build_production/mockups-desktop/MockupsForDesktop.dmg'
homepage 'http://balsamiq.com/'
license :commercial
2014-09-16 00:05:17 +08:00
app 'Balsamiq Mockups.app'
end