Skip to content

Commit

Permalink
Update to latest version available on the buildserver
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Jun 16, 2017
1 parent 711c5d9 commit 905a57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libgeos = library_dependency("libgeos",aliases=["libgeos_c", "libgeos_c-1"], val
return Libdl.dlsym_e(handle,:initGEOS) != C_NULL && Libdl.dlsym_e(handle,:GEOSDelaunayTriangulation) != C_NULL
end)

version = "3.4.3"
version = "3.6.1"

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

0 comments on commit 905a57d

Please sign in to comment.