aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Butler2014-11-02 21:13:28 -0600
committerTim D. Smith2014-11-02 20:27:31 -0800
commitf1184dc8468896b5762f8d0e001794c316f2844b (patch)
tree4b71b51104c3e9e1174e8638a1a93ef3d9da97ef
parente4f3798de631260603c89bcd4db8fdc9b90f5d16 (diff)
downloadhomebrew-f1184dc8468896b5762f8d0e001794c316f2844b.tar.bz2
spatialindex 1.8.5
Closes #33851. Signed-off-by: Tim D. Smith <git@tim-smith.us>
-rw-r--r--Library/Formula/spatialindex.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/spatialindex.rb b/Library/Formula/spatialindex.rb
index 9f7f8cb7a..4ab2b62a0 100644
--- a/Library/Formula/spatialindex.rb
+++ b/Library/Formula/spatialindex.rb
@@ -2,15 +2,8 @@ require 'formula'
class Spatialindex < Formula
homepage 'http://libspatialindex.github.io'
- url "http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.1.tar.gz"
- sha1 "c05f8d081316a163aef117b7fd99811539ec421c"
-
- bottle do
- cellar :any
- sha1 "54cf31266bd31f2da68f907357ea82660d3e69a7" => :mavericks
- sha1 "39d6c3cae399cfe21ce654099d91e235db568e6e" => :mountain_lion
- sha1 "4b3a2cc81e92d7129b55c90a0c35014b200acf1d" => :lion
- end
+ url "http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.5.tar.gz"
+ sha1 "08af1fefd0a30c895d7d714056c2a8f021f46eb4"
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"