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'
2016-01-02 05:15:08 +08:00
sha256 '5c7620898eadfe05ee7e5ec5ef43439ee41f8aaf1b3babaf128ca4396dc41009'
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