aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Dunn2015-04-04 20:09:10 -0700
committerXu Cheng2015-04-06 17:43:17 +0800
commitd827abf5b2762c12625d2d04eaf1af6d8d966a63 (patch)
tree85301ebd600183865401b0fe4965b1a75f963938 /Library
parent723e3121df6794458e452c3af5ceceda02fa3691 (diff)
downloadhomebrew-d827abf5b2762c12625d2d04eaf1af6d8d966a63.tar.bz2
little-cms2 2.7
Closes #38371. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/little-cms2.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/little-cms2.rb b/Library/Formula/little-cms2.rb
index a6dcd4cac..411002fea 100644
--- a/Library/Formula/little-cms2.rb
+++ b/Library/Formula/little-cms2.rb
@@ -1,7 +1,7 @@
class LittleCms2 < Formula
homepage "http://www.littlecms.com/"
- url "https://downloads.sourceforge.net/project/lcms/lcms/2.6/lcms2-2.6.tar.gz"
- sha1 "b0ecee5cb8391338e6c281d1c11dcae2bc22a5d2"
+ url "https://downloads.sourceforge.net/project/lcms/lcms/2.7/lcms2-2.7.tar.gz"
+ sha256 "4524234ae7de185e6b6da5d31d6875085b2198bc63b1211f7dde6e2d197d6a53"
bottle do
cellar :any
@@ -19,7 +19,7 @@ class LittleCms2 < Formula
def install
ENV.universal_binary if build.universal?
- args = %W{--disable-dependency-tracking --prefix=#{prefix}}
+ args = %W[--disable-dependency-tracking --prefix=#{prefix}]
args << "--without-tiff" if build.without? "libtiff"
args << "--without-jpeg" if build.without? "jpeg"