Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wil] Update to latest v1.0.231028.1 version #35099

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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",
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