Skip to content

Commit

Permalink
[wil] Update to latest v1.0.231028.1 version (#35099)
Browse files Browse the repository at this point in the history
* [wil] Update to latest v1.0.231028.1 version

See https://github.com/microsoft/wil/releases/tag/v1.0.231028.1 for details

* Update wil.json
  • Loading branch information
SportsDataPlayground authored Nov 15, 2023
1 parent 5409565 commit ced2673
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/wil/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
3 changes: 1 addition & 2 deletions ports/wil/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8981,8 +8981,8 @@
"port-version": 2
},
"wil": {
"baseline": "2023-08-24",
"port-version": 1
"baseline": "2023-10-28",
"port-version": 0
},
"wildmidi": {
"baseline": "0.4.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wil.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39b5070b1e40ec7b9333c2fbb88941beef73155f",
"version-date": "2023-10-28",
"port-version": 0
},
{
"git-tree": "1305125361ca7587fdcdd0caac7609c15a94e48f",
"version-date": "2023-08-24",
Expand Down

0 comments on commit ced2673

Please sign in to comment.