summaryrefslogtreecommitdiff
path: root/Tools/Scripts
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-03-26 13:55:39 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-03-26 18:56:55 +0000
commiteaaf1391d58f17bde794d6c8634e092209898941 (patch)
treeff3702a6509dc9333ffd7515cf078cf69478fcc3 /Tools/Scripts
parentfdcba363c7e7e01790ba4b946e4f53f8600d8a20 (diff)
downloadqtwebkit-eaaf1391d58f17bde794d6c8634e092209898941.tar.gz
Import WebKit commit 17e8bfb1ff30314a838b9bf641c112f63a11dba4
Change-Id: Ib6549e44a04300c7b7b07ddc9094b823b37f3183 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Tools/Scripts')
-rw-r--r--Tools/Scripts/update-qtwebkit-win-libs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Scripts/update-qtwebkit-win-libs b/Tools/Scripts/update-qtwebkit-win-libs
index 8227ba933..da813f855 100644
--- a/Tools/Scripts/update-qtwebkit-win-libs
+++ b/Tools/Scripts/update-qtwebkit-win-libs
@@ -35,7 +35,7 @@ use FindBin;
my $file = "qtwebkit-libs-win";
my $zipFile = "$file.zip";
-my $winQtLibsURL = "https://dl.dropboxusercontent.com/u/30021413/$zipFile";
+my $winQtLibsURL = "https://github.com/Vitallium/qtwebkit-libs-win/releases/download/2015/$zipFile";
my $command = "$FindBin::Bin/update-webkit-dependency";
system("perl", $command, $winQtLibsURL, ".") == 0 or die;