Skip to content

Commit 1571aad

Browse files
committed
Merge pull request #11 from JuliaGeo/build-opensuse-13.2
build on opensuse 13.2
2 parents 5cc3f07 + d36efb7 commit 1571aad

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)