diff options
| author | BrewTestBot | 2014-11-03 03:24:05 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2014-11-02 20:23:31 -0800 |
| commit | e4f3798de631260603c89bcd4db8fdc9b90f5d16 (patch) | |
| tree | 7464f05bb0e54dccfaf595dad75d5dfc8113a2f8 /Library/Formula | |
| parent | 596fe8b188567fa75108018cc6fc342670422b1b (diff) | |
| download | homebrew-e4f3798de631260603c89bcd4db8fdc9b90f5d16.tar.bz2 | |
libgeotiff: update 1.4.1 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libgeotiff.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/libgeotiff.rb b/Library/Formula/libgeotiff.rb index 09b7e23c3..cac310c6f 100644 --- a/Library/Formula/libgeotiff.rb +++ b/Library/Formula/libgeotiff.rb @@ -5,6 +5,12 @@ class Libgeotiff < Formula url 'http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.1.tar.gz' sha1 'bc9e2bb43f3877b795b4b191e7aec6267f4a1c7e' + bottle do + sha1 "36537de4979760793a529685086eba83f6bdf5d4" => :yosemite + sha1 "8d98c26cef589169e70db65455ee2df94cedc9ef" => :mavericks + sha1 "552b698613f5eab0842d408406185ca069fbb0d8" => :mountain_lion + end + depends_on 'libtiff' depends_on 'lzlib' depends_on 'jpeg' |
