aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/little-cms.rb
diff options
context:
space:
mode:
authorrick2009-10-15 16:40:35 -0700
committerMax Howell2009-10-19 04:02:48 +0100
commitfb51c3e5b527262e3608220e0c149d308cb8bd3b (patch)
tree3629a9527c039357de7487b670b5e9c530dd3b01 /Library/Formula/little-cms.rb
parentfebf611ce3437468050931aa313d0b74d7c9ccb3 (diff)
downloadhomebrew-fb51c3e5b527262e3608220e0c149d308cb8bd3b.tar.bz2
Update littlecms to 1.18a
Diffstat (limited to 'Library/Formula/little-cms.rb')
-rw-r--r--Library/Formula/little-cms.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/little-cms.rb b/Library/Formula/little-cms.rb
index 15a2810a8..852ef3bef 100644
--- a/Library/Formula/little-cms.rb
+++ b/Library/Formula/little-cms.rb
@@ -1,9 +1,9 @@
require 'formula'
class LittleCms <Formula
- @url='http://www.littlecms.com/lcms-1.17.tar.gz'
- @homepage='http://www.littlecms.com/'
- @md5='07bdbb4cfb05d21caa58fe3d1c84ddc1'
+ url 'http://www.littlecms.com/lcms-1.18a.tar.gz'
+ homepage 'http://www.littlecms.com/'
+ md5 'f4abfe1c57ea3f633c2e9d034e74e3e8'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug"