Update littlecms to 1.18a
This commit is contained in:
parent
097c1a0434
commit
ec69bccccd
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue