aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/little-cms.rb
diff options
context:
space:
mode:
authorRoderik van der Veer2011-05-17 10:23:24 +0200
committerAdam Vandenberg2011-05-19 07:39:44 -0700
commit106e3af933aa2061bc7c13ec74f1dfda9a633c06 (patch)
tree058cff35b58b7b84b465dc3d2aa9a9e16e53c05e /Library/Formula/little-cms.rb
parent9cac66b936761f4788f4abb6420160ca16219459 (diff)
downloadhomebrew-106e3af933aa2061bc7c13ec74f1dfda9a633c06.tar.bz2
little-cms 2.1
* Sourceforge download seems more stable Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/little-cms.rb')
-rw-r--r--Library/Formula/little-cms.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/little-cms.rb b/Library/Formula/little-cms.rb
index aed55a7e7..8da30e45c 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/1/lcms-1.19.tar.gz'
+ url 'http://downloads.sourceforge.net/project/lcms/lcms/2.1/lcms2-2.1.tar.gz'
homepage 'http://www.littlecms.com/'
- md5 '8af94611baf20d9646c7c2c285859818'
+ md5 '08036edb115ad74456dfa20b1998b5f4'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug"