homebrew-cask/Casks/balsamiq-mockups.rb

13 lines
428 B
Ruby
Raw Normal View History

2014-11-14 01:25:26 +08:00
cask :v1 => 'balsamiq-mockups' do
version '3.1.7'
sha256 'e46f9d6c7abfc95b34ec6ff944efbdef9c256f5ac49fb54767c3f287fe38919a'
# 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 'https://balsamiq.com/'
license :commercial
app "Balsamiq Mockups #{version.to_i}.app"
end