Skip to content

Commit d36efb7

Browse files
committed
build on opensuse 13.2
1 parent f882a4b commit d36efb7

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
@@ -15,8 +15,8 @@ provides(BuildProcess,Autotools(libtarget = "capi/.libs/libgeos_c."*BinDeps.shli
1515

1616
@windows_only begin
1717
using WinRPM
18-
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/openSUSE_13.1")
19-
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/windows_mingw_win32_openSUSE_13.1")
18+
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/openSUSE_13.2")
19+
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/windows_mingw_win32_openSUSE_13.2")
2020
WinRPM.update()
2121
provides(WinRPM.RPM, "libgeos", [libgeos], os = :Windows)
2222
end

0 commit comments

Comments
 (0)