Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit 97be91e

Browse files
committed
use opensuse 42.2 for winrpm sources
1 parent c967bec commit 97be91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provides(Sources, URI("http://www.coin-or.org/download/source/OS/OS-$version.tgz
1010

1111
@static if is_windows()
1212
using WinRPM
13-
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:/kelman:/mingw-coinor/openSUSE_13.2")
13+
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:/kelman:/mingw-coinor/openSUSE_Leap_42.2")
1414
WinRPM.update()
1515
provides(WinRPM.RPM, "OptimizationServices", [libOS], os = :Windows)
1616
end

0 commit comments

Comments
 (0)