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-04-11 23:21:33 +08:00
version '3.0.8'
sha256 '4c59bbf509c2cb812635a7405c6b8c1197a3d8b6373f3db5c4c29f69c8bb860a'
# 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