Skip to content

Commit 711c5d9

Browse files
evetionyeesian
authored andcommitted
Update to latest bugfix release of GEOS (#36)
http://download.osgeo.org/geos/geos-3.4.3.tar.bz2
1 parent 191c496 commit 711c5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libgeos = library_dependency("libgeos",aliases=["libgeos_c", "libgeos_c-1"], val
55
return Libdl.dlsym_e(handle,:initGEOS) != C_NULL && Libdl.dlsym_e(handle,:GEOSDelaunayTriangulation) != C_NULL
66
end)
77

8-
version = "3.4.2"
8+
version = "3.4.3"
99

1010
provides(Sources, URI("http://download.osgeo.org/geos/geos-$(version).tar.bz2"), [libgeos], os = :Unix)
1111
provides(BuildProcess,Autotools(libtarget = "capi/.libs/libgeos_c."*BinDeps.shlib_ext),libgeos)

0 commit comments

Comments
 (0)