Update little cms to 1.19
This commit is contained in:
parent
1132c3068b
commit
b47f405b2c
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class LittleCms <Formula
|
||||
url 'http://www.littlecms.com/lcms-1.18a.tar.gz'
|
||||
url 'http://www.littlecms.com/lcms-1.19.tar.gz'
|
||||
homepage 'http://www.littlecms.com/'
|
||||
md5 'f4abfe1c57ea3f633c2e9d034e74e3e8'
|
||||
md5 '8af94611baf20d9646c7c2c285859818'
|
||||
|
||||
aka 'lcms'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug"
|
||||
|
|
Loading…
Reference in a new issue