update spatialindex to 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
286ed8175c
commit
83f79f8ef5
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Spatialindex <Formula
|
class Spatialindex <Formula
|
||||||
url 'http://download.osgeo.org/libspatialindex/spatialindex-1.4.0.tar.gz'
|
url 'http://download.osgeo.org/libspatialindex/spatialindex-src-1.5.0.tar.gz'
|
||||||
homepage 'http://trac.gispython.org/spatialindex/'
|
homepage 'http://trac.gispython.org/spatialindex/'
|
||||||
md5 '2cda512ca12c1a0d52172bb7f82a88f0'
|
md5 '5d409794d860505b93f8935d98a6d173'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--prefix=#{prefix}", "--disable-debug"
|
system "./configure", "--prefix=#{prefix}", "--disable-debug"
|
||||||
|
|
Loading…
Reference in a new issue