diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 393cc9a1a6..d9c49236df 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -127,7 +127,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/20140425/Eluant.dll", $target) + (New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/Eluant/releases/download/20151127/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))) diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index 847e29be39..3785a98bf5 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -109,7 +109,7 @@ fi if [ ! -f Eluant.dll ]; then echo "Fetching Eluant from GitHub." - curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20140425/Eluant.dll + curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20151127/Eluant.dll fi if [ ! -f SmarIrc4net.dll ]; then