Merge pull request #10588 from Mailaender/eluant-20160124

Updated to Eluant version 20160124
This commit is contained in:
Oliver Brakmann
2016-01-31 16:25:47 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ if (!(Test-Path "Eluant.dll"))
{
echo "Fetching Eluant from GitHub."
$target = Join-Path $pwd.ToString() "Eluant.dll"
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/Eluant/releases/download/20151127/Eluant.dll", $target)
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/Eluant/releases/download/20160124/Eluant.dll", $target)
}
if (!(Test-Path "GeoLite2-Country.mmdb.gz") -Or (((get-date) - (get-item "GeoLite2-Country.mmdb.gz").LastWriteTime) -gt (new-timespan -days 30)))

View File

@@ -114,7 +114,7 @@ fi
if [ ! -f Eluant.dll ]; then
echo "Fetching Eluant from GitHub."
curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20151127/Eluant.dll
curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20160124/Eluant.dll
fi
if [ ! -f SmarIrc4net.dll ]; then