From 00815aab7fdd0632750ed7624953a398b2830d33 Mon Sep 17 00:00:00 2001 From: Sports Data Playground <26510541+SportsDataPlayground@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:12:45 +0700 Subject: [PATCH 1/2] [wil] Update to latest v1.0.231028.1 version See https://github.com/microsoft/wil/releases/tag/v1.0.231028.1 for details --- ports/wil/portfile.cmake | 4 ++-- ports/wil/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/w-/wil.json | 5 +++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ports/wil/portfile.cmake b/ports/wil/portfile.cmake index 2a929e4b2cad4d..26f60109dc5301 100644 --- a/ports/wil/portfile.cmake +++ b/ports/wil/portfile.cmake @@ -2,8 +2,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/wil - REF v1.0.230824.2 - SHA512 be9774b8d8ccc2df9fce4343aca87f721c90c8ef4a9d00ccf61a3182aafda7d98d4af96cf098ef5400a5234c1457fa745b40f9540e1f1c1cbf402181e484dcf8 + REF v1.0.231028.1 + SHA512 c9bbf3ab64ed63f57fc50954b03fa57c24e5399c79d6a53803e66741874bf582646ac886c8adeac09c881a71980ec0624529c06d9c89e8846e17d79cb3f3cc83 HEAD_REF master ) diff --git a/ports/wil/vcpkg.json b/ports/wil/vcpkg.json index ebd816c1b63586..8929d9a2711047 100644 --- a/ports/wil/vcpkg.json +++ b/ports/wil/vcpkg.json @@ -1,7 +1,6 @@ { "name": "wil", - "version-date": "2023-08-24", - "port-version": 1, + "version-date": "2023-10-28", "description": "The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.", "homepage": "https://github.com/microsoft/wil", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index e061c2496e312e..6ca6653f7239b4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8977,8 +8977,8 @@ "port-version": 2 }, "wil": { - "baseline": "2023-08-24", - "port-version": 1 + "baseline": "2023-10-28", + "port-version": 0 }, "wildmidi": { "baseline": "0.4.5", diff --git a/versions/w-/wil.json b/versions/w-/wil.json index 682f476c840a00..444ba6127c1530 100644 --- a/versions/w-/wil.json +++ b/versions/w-/wil.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1305125361ca7587fdcdd0caac7609c15a94e48f", + "version-date": "2023-10-28", + "port-version": 0 + }, { "git-tree": "1305125361ca7587fdcdd0caac7609c15a94e48f", "version-date": "2023-08-24", From 6d9533527cae523e8c1dd126036ccd8896d22131 Mon Sep 17 00:00:00 2001 From: Sports Data Playground <26510541+SportsDataPlayground@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:34:05 +0700 Subject: [PATCH 2/2] Update wil.json --- versions/w-/wil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/w-/wil.json b/versions/w-/wil.json index 444ba6127c1530..285cfc12446006 100644 --- a/versions/w-/wil.json +++ b/versions/w-/wil.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "1305125361ca7587fdcdd0caac7609c15a94e48f", + "git-tree": "39b5070b1e40ec7b9333c2fbb88941beef73155f", "version-date": "2023-10-28", "port-version": 0 },