diff options
| author | BrewTestBot | 2014-04-10 11:40:32 +0100 | 
|---|---|---|
| committer | BrewTestBot | 2014-04-10 11:40:32 +0100 | 
| commit | b937c1fd2b1cc3ac20b72a1d8952089b30b90d2c (patch) | |
| tree | 6572ee2f61874557a8e0aacf334ec1536b78b58f /Library/Formula/libgeotiff.rb | |
| parent | aaee6b13e2c519375b0da6c7f4b78f32af5dcb0a (diff) | |
| download | homebrew-b937c1fd2b1cc3ac20b72a1d8952089b30b90d2c.tar.bz2 | |
libgeotiff: add 1.4.0 bottle.
Diffstat (limited to 'Library/Formula/libgeotiff.rb')
| -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 888178fe1..7194237ef 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.0.tar.gz'    sha1 '4c6f405869826bb7d9f35f1d69167e3b44a57ef0' +  bottle do +    sha1 "81c251028852c1e1cdd0f9ba8f6e023222db4099" => :mavericks +    sha1 "58398ab68357c0d5ed104eaecf1f52f684df685c" => :mountain_lion +    sha1 "5c3f8cd77572592d30d542b7d25c354aca8ef932" => :lion +  end +    depends_on 'libtiff'    depends_on 'lzlib'    depends_on 'jpeg'  | 
