homebrew-cask/Casks/balsamiq-mockups.rb

13 lines
427 B
Ruby
Raw Normal View History

2014-11-14 01:25:26 +08:00
cask :v1 => 'balsamiq-mockups' do
2015-05-06 04:01:08 +08:00
version '3.1.1'
sha256 'a180aa09e7091fa757ee12b077da0a7c3744efe1932fabfd7e0f2b2eb9381796'
# 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
app "Balsamiq Mockups #{version.to_i}.app"
end