aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-11-03 03:24:05 +0000
committerTim D. Smith2014-11-02 20:23:31 -0800
commite4f3798de631260603c89bcd4db8fdc9b90f5d16 (patch)
tree7464f05bb0e54dccfaf595dad75d5dfc8113a2f8 /Library
parent596fe8b188567fa75108018cc6fc342670422b1b (diff)
downloadhomebrew-e4f3798de631260603c89bcd4db8fdc9b90f5d16.tar.bz2
libgeotiff: update 1.4.1 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libgeotiff.rb6
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'