Changeset 258612 in webkit


Ignore:
Timestamp:
Mar 17, 2020 5:06:14 PM (4 years ago)
Author:
don.olmstead@sony.com
Message:

[WinCairo][FTW] Update path to requirements download
https://bugs.webkit.org/show_bug.cgi?id=209202

Reviewed by Ross Kirsling.

Repository was renamed from WinCairoRequirements to WebKitRequirements in the
WebKitForWindows org on GitHub. Additionally the .zip file was renamed to
WebKitRequirementsWin64.zip.

  • Scripts/update-webkit-wincairo-libs.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r258611 r258612  
     12020-03-17  Don Olmstead  <don.olmstead@sony.com>
     2
     3        [WinCairo][FTW] Update path to requirements download
     4        https://bugs.webkit.org/show_bug.cgi?id=209202
     5
     6        Reviewed by Ross Kirsling.
     7
     8        Repository was renamed from WinCairoRequirements to WebKitRequirements in the
     9        WebKitForWindows org on GitHub. Additionally the .zip file was renamed to
     10        WebKitRequirementsWin64.zip.
     11
     12        * Scripts/update-webkit-wincairo-libs.py:
     13
    1142020-03-17  Aakash Jain  <aakash_jain@apple.com>
    215
  • trunk/Tools/Scripts/update-webkit-wincairo-libs.py

    r233088 r258612  
    3232download = importlib.import_module('download-github-release')
    3333
    34 repo = 'WebKitForWindows/WinCairoRequirements'
    35 file = 'WinCairoRequirements.zip'
     34repo = 'WebKitForWindows/WebKitRequirements'
     35file = 'WebKitRequirementsWin64.zip'
    3636output = 'WebKitLibraries/win'
    3737options = [repo, file, '-o', output]
Note: See TracChangeset for help on using the changeset viewer.