LibTIFF 3.9.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
68c9415ab2
commit
02bf76ef78
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Libtiff < Formula
|
||||
url 'http://download.osgeo.org/libtiff/tiff-3.9.4.zip'
|
||||
homepage 'http://www.remotesensing.org/libtiff/'
|
||||
md5 '95b112997641096d97344b1a5dc61e71'
|
||||
url 'ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip'
|
||||
sha256 '332d1a658340c41791fce62fb8fff2a5ba04c2e82b8b85e741eb0a7b30e0d127'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
|
||||
|
|
Loading…
Reference in a new issue