homebrew-cask/Casks/ipe.rb

13 lines
354 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ipe' do
2016-01-01 20:36:08 +08:00
version '7.2.1'
sha256 'd55877d6162bb49c27219ca5b299f9ce598c0600b61cec4c555a7b1f6cdc2e5f'
2015-11-29 06:30:36 +08:00
# bintray.com is the official download host per the vendor homepage
url "https://dl.bintray.com/otfried/generic/ipe/#{version.to_f}/ipe-#{version}-mac.dmg"
name 'Ipe'
homepage 'http://ipe.otfried.org'
license :gpl
app 'Ipe.app'
end