diff options
| author | Brett Koonce | 2012-07-28 16:55:07 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-28 15:40:28 -0700 | 
| commit | f6f7e1fe9852ff4ece6ebd91e9f6a225cedb4fee (patch) | |
| tree | dcec149090dc00dbbc91e40b2e726469c69512d4 /Library | |
| parent | 8cfec8594f3c3bfffed1b8230217b1263fed2655 (diff) | |
| download | homebrew-f6f7e1fe9852ff4ece6ebd91e9f6a225cedb4fee.tar.bz2 | |
libtiff 4.0.2
Closes #13702.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libtiff.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libtiff.rb b/Library/Formula/libtiff.rb index 06d55a7f2..674635cf2 100644 --- a/Library/Formula/libtiff.rb +++ b/Library/Formula/libtiff.rb @@ -2,8 +2,8 @@ require 'formula'  class Libtiff < Formula    homepage 'http://www.remotesensing.org/libtiff/' -  url 'http://download.osgeo.org/libtiff/tiff-4.0.1.tar.gz' -  sha256 '9a7a039e516c37478038740f1642818250bfb1414cf404cc8b569e5f9d4bf2f0' +  url 'http://download.osgeo.org/libtiff/tiff-4.0.2.tar.gz' +  sha256 'aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da'    depends_on :x11  | 
