Skip to content

Commit b2ade20

Browse files
evetionyeesian
authored andcommitted
Update to latest version available on the buildserver (#37)
* Update to latest version available on the buildserver See https://build.opensuse.org/project/show/home:yeesian * current openSUSE 13.2 is past end of life
1 parent 711c5d9 commit b2ade20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/build.jl

Lines changed: 2 additions & 2 deletions
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.3"
8+
version = "3.6.1"
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)
@@ -15,7 +15,7 @@ provides(BuildProcess,Autotools(libtarget = "capi/.libs/libgeos_c."*BinDeps.shli
1515

1616
if is_windows()
1717
using WinRPM
18-
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/openSUSE_13.2")
18+
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/openSUSE_Leap_42.2")
1919
WinRPM.update()
2020
provides(WinRPM.RPM, "libgeos", [libgeos], os = :Windows)
2121
end

0 commit comments

Comments
 (0)