File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ clean Cleans intermediate and output files</example>
136136 // Downloading openvpnserv2.exe
137137 b.pushRule(new DownloadBuildRule(
138138 BuildPath(buildPath, "openvpnserv2.exe"),
139- ver.define.OPENVPNSERV2_URL ,
139+ "https://github.com/OpenVPN/openvpnserv2/releases/download/" + ver.define.OVPNSERV2_VERSION + "/openvpnserv2-" + ver.define.OVPNSERV2_VERSION +".exe" ,
140140 ["version.m4"]));
141141
142142 // Downloading and extracting Easy RSA
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ dnl renovate: datasource=github-releases depName=OpenVPN/ovpn-dco-win
2121define ( [ PRODUCT_OVPN_DCO_VERSION] , [ 2.5.6] )
2222
2323dnl OpenVPNServ2.exe binary
24- define ( [ OPENVPNSERV2_URL] , [ http://build.openvpn.net/downloads/releases/openvpnserv2-1.4.0.1.exe] )
24+ dnl renovate: datasource=github-releases depName=OpenVPN/openvpnserv2
25+ define ( [ OVPNSERV2_VERSION] , [ 1.4.0.1] )
2526
2627dnl Easy-RSA binaries:
2728dnl URL to .zip file containing "easy-rsa-[EASYRSA_VERSION]" folder with Easy-RSA.
You can’t perform that action at this time.
0 commit comments