aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spatialindex.rb
diff options
context:
space:
mode:
authorIan Lancaster2013-02-23 01:56:54 -0500
committerAdam Vandenberg2013-02-23 09:05:58 -0800
commitdc6fa16c50ad91c8ec43ffc0be187c1f9c8bbc7d (patch)
treebf7a9060bf95eb1b24aaf50d86c830dd79ca1598 /Library/Formula/spatialindex.rb
parent0b1ee1d0384f2d4553f590b0433ff30c5bf911b8 (diff)
downloadhomebrew-dc6fa16c50ad91c8ec43ffc0be187c1f9c8bbc7d.tar.bz2
spatialindex 1.8.0
Closes #18035. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/spatialindex.rb')
-rw-r--r--Library/Formula/spatialindex.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/spatialindex.rb b/Library/Formula/spatialindex.rb
index 2fb7dcd8a..1aab29ad3 100644
--- a/Library/Formula/spatialindex.rb
+++ b/Library/Formula/spatialindex.rb
@@ -2,11 +2,11 @@ require 'formula'
class Spatialindex < Formula
homepage 'http://libspatialindex.github.com'
- url 'http://download.osgeo.org/libspatialindex/spatialindex-src-1.7.1.tar.gz'
- sha1 '1c08fe9e25679b26bf4d26dddf4bbc2e828a35e9'
+ url 'http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.0.tar.gz'
+ sha1 '490347eaedc543298687dfbdf74853808b0afb3f'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug"
+ system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make"
system "make install"
end