Title: [148103] trunk/Tools
Revision
148103
Author
[email protected]
Date
2013-04-10 09:50:41 -0700 (Wed, 10 Apr 2013)

Log Message

[WinCairo] Unreviewed build fix. Correct DropBox download link.

* Scripts/update-webkit-wincairo-libs: Revise download URL to
match change in DropBox server behavior.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (148102 => 148103)


--- trunk/Tools/ChangeLog	2013-04-10 16:32:51 UTC (rev 148102)
+++ trunk/Tools/ChangeLog	2013-04-10 16:50:41 UTC (rev 148103)
@@ -1,3 +1,10 @@
+2013-04-10  Brent Fulgham  <[email protected]>
+
+        [WinCairo] Unreviewed build fix. Correct DropBox download link.
+
+        * Scripts/update-webkit-wincairo-libs: Revise download URL to
+        match change in DropBox server behavior.
+
 2013-04-09  Geoffrey Garen  <[email protected]>
 
         Removed an annoying message from svn-create-patch

Modified: trunk/Tools/Scripts/update-webkit-wincairo-libs (148102 => 148103)


--- trunk/Tools/Scripts/update-webkit-wincairo-libs	2013-04-10 16:32:51 UTC (rev 148102)
+++ trunk/Tools/Scripts/update-webkit-wincairo-libs	2013-04-10 16:50:41 UTC (rev 148103)
@@ -35,7 +35,7 @@
 
 my $file = "WinCairoRequirements";
 my $zipFile = "$file.zip";
-my $winCairoLibsURL = "http://dl.dropbox.com/u/39598926/$zipFile";
+my $winCairoLibsURL = "https://dl.dropboxusercontent.com/u/39598926/$zipFile";
 my $command = "$FindBin::Bin/update-webkit-dependency";
 
 system("perl", $command, $winCairoLibsURL, ".") == 0 or die;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to