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