homebrew-cask/Casks/gimp.rb

8 lines
209 B
Ruby
Raw Normal View History

2012-10-14 15:37:14 +08:00
class Gimp < Cask
2014-01-03 07:51:05 +08:00
url 'ftp://ftp.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.10-dmg-1.dmg'
2012-10-14 15:37:14 +08:00
homepage 'http://www.gimp.org'
2014-01-03 07:51:05 +08:00
version '2.8.10'
sha1 'd4610fb4d9164179112a7b1d0cb43387887301c8'
2013-06-18 08:34:09 +08:00
link 'GIMP.app'
2012-10-14 15:37:14 +08:00
end