aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLarry Shaffer2014-06-12 21:59:57 -0600
committerMike McQuaid2014-06-13 10:10:10 +0100
commitf0ab610bd4aa7133105d84ff37e5798e5783d215 (patch)
treefd9c55e86a79feee2352ae39b4e62ff355187689 /Library/Formula
parent68edc3239a903d563d434fc29d9f0b42ead0ceac (diff)
downloadhomebrew-f0ab610bd4aa7133105d84ff37e5798e5783d215.tar.bz2
spatialindex 1.8.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/spatialindex.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/spatialindex.rb b/Library/Formula/spatialindex.rb
index 4b1a09fc6..34c5b0102 100644
--- a/Library/Formula/spatialindex.rb
+++ b/Library/Formula/spatialindex.rb
@@ -2,8 +2,8 @@ require 'formula'
class Spatialindex < Formula
homepage 'http://libspatialindex.github.io'
- url 'http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.0.tar.gz'
- sha1 '490347eaedc543298687dfbdf74853808b0afb3f'
+ url "http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.1.tar.gz"
+ sha1 "c05f8d081316a163aef117b7fd99811539ec421c"
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"