diff options
| author | anaaru <80126804+anaaru@users.noreply.github.com> | 2021-03-10 11:29:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 13:29:45 -0600 |
| commit | f5bfe6dc188f26d541f57333dc74922f9801a70a (patch) | |
| tree | b81d9d6537109cc451ba0b0dac002d1d1937fdf7 /versions | |
| parent | 37a8f411636714b2752d756570070a67c2ad8518 (diff) | |
| download | vcpkg-f5bfe6dc188f26d541f57333dc74922f9801a70a.tar.gz vcpkg-f5bfe6dc188f26d541f57333dc74922f9801a70a.zip | |
[wil] Updating WIL version to match its nuget package version (#16575)
* [wil] Updating WIL version to match its nuget package version
* Removing port version from CONTROL file
* Revert "Removing port version from CONTROL file"
Reverting because PR tests are failing.
This reverts commit 28ffcba04b3d053e9a01d965fab951eafa64449b.
* Updating baseline.json and w-/wil.json
* update version
* modify portfile.cmake
* update version
Co-authored-by: Anand Arumugam <anand.arumug@gmail.com>
Co-authored-by: Anand Arumugam <anaaru@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/w-/wil.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 2e1a2a091..27cb3afd2 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6217,8 +6217,8 @@ "port-version": 0 }, "wil": { - "baseline": "2020-05-19", - "port-version": 1 + "baseline": "2021-02-04", + "port-version": 0 }, "wildmidi": { "baseline": "0.4.3-1", diff --git a/versions/w-/wil.json b/versions/w-/wil.json index 76614119d..012bcfe15 100644 --- a/versions/w-/wil.json +++ b/versions/w-/wil.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1085a9ee690f6718715b28396f5250ad67d6f828", + "version-string": "2021-02-04", + "port-version": 0 + }, + { "git-tree": "48d7b90ae1c7d5f223caad5330a293463f470860", "version-string": "2020-05-19", "port-version": 1 |
