homebrew-cask/Casks/balsamiq-mockups.rb

13 lines
411 B
Ruby
Raw Normal View History

2014-11-14 01:25:26 +08:00
cask :v1 => 'balsamiq-mockups' do
2015-03-10 00:51:42 +08:00
version '3.0.2'
sha256 '9fc0de506e7275a4468f238f38ff11304877330a2fa5c082fbbf8ce90e07c994'
# amazonaws is the official download host per the vendor homepage
2015-03-10 00:51:42 +08:00
url "https://s3.amazonaws.com/build_production/mockups-desktop/Balsamiq_Mockups_#{version}.dmg"
2015-02-03 04:26:18 +08:00
name 'Balsamiq Mockups'
homepage 'http://balsamiq.com/'
license :commercial
2014-09-16 00:05:17 +08:00
app 'Balsamiq Mockups.app'
end