Bump libtiff from 3.9.1 to 3.9.2
This commit is contained in:
parent
9ba1d74882
commit
a7bb2f5ade
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Libtiff <Formula
|
||||
@url='ftp://ftp.remotesensing.org/libtiff/tiff-3.9.1.tar.gz'
|
||||
@url='ftp://ftp.remotesensing.org/libtiff/tiff-3.9.2.tar.gz'
|
||||
@homepage='http://www.libtiff.org/'
|
||||
@md5='63c59a44f34ae0787f2d71de3d256e20'
|
||||
@md5='93e56e421679c591de7552db13384cb8'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--mandir=#{prefix}/share/man"
|
||||
|
|
Loading…
Reference in a new issue