diff options
| author | Nathan Cahill | 2015-04-14 12:06:15 -0600 |
|---|---|---|
| committer | Xu Cheng | 2015-04-16 18:40:37 +0800 |
| commit | abb2c040e7f48a1537462588b16ff06f503fec41 (patch) | |
| tree | b6303b6c72e2b30026381a4126c1a94ec27737d2 /Library | |
| parent | 1ba0988726f37d7981a4fa90da96794866148f01 (diff) | |
| download | homebrew-abb2c040e7f48a1537462588b16ff06f503fec41.tar.bz2 | |
gdal 1.11.2
Closes #38644.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gdal.rb | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb index e32e7082b..7870ec423 100644 --- a/Library/Formula/gdal.rb +++ b/Library/Formula/gdal.rb @@ -2,9 +2,8 @@ require 'formula' class Gdal < Formula homepage 'http://www.gdal.org/' - url "http://download.osgeo.org/gdal/1.11.1/gdal-1.11.1.tar.gz" - sha1 "e2c67481932ec9fb6ec3c0faadc004f715c4eef4" - revision 3 + url "http://download.osgeo.org/gdal/1.11.2/gdal-1.11.2.tar.gz" + sha1 "6f3ccbe5643805784812072a33c25be0bbff00db" bottle do sha1 "672ef7894b473fbe7650bd442c06e8e61a2415f0" => :yosemite @@ -72,17 +71,6 @@ class Gdal < Formula depends_on "json-c" end - stable do - # REMOVE when 1.11.2 is released - # Fix segfault when executing OGR2SQLITE_Register() when compiled against sqlite 3.8.7 - # See: http://trac.osgeo.org/gdal/ticket/5725, https://github.com/OSGeo/gdal/commit/12d3b98 - # Fixes issue with QGIS's Save as... for vector layers: http://hub.qgis.org/issues/11526 - patch :p2 do - url "https://github.com/OSGeo/gdal/commit/12d3b984a052c59ee336f952902b82ace01ba31c.diff" - sha1 "844bb827327f9c64918499f3cce3ded9414952c4" - end - end - # Extra linking libraries in configure test of armadillo may throw warning # see: https://trac.osgeo.org/gdal/ticket/5455 # including prefix lib dir added by Homebrew: |
