mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[wil] Update port to v1.0.240122.1 (#36312)
* Update WIL port to v1.0.240122.1 * Update versions
This commit is contained in:
parent
a35012c5d4
commit
25d3787e82
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Microsoft/wil
|
||||
REF v1.0.231028.1
|
||||
SHA512 c9bbf3ab64ed63f57fc50954b03fa57c24e5399c79d6a53803e66741874bf582646ac886c8adeac09c881a71980ec0624529c06d9c89e8846e17d79cb3f3cc83
|
||||
REF v1.0.240122.1
|
||||
SHA512 b6552924aadb036cf28d21a90d1259720b84fb7f34b2af30444257861143ed4f41cd58586a7cc4c6fb364e73264eaf77669ca988a4a9ef2fe29fdae9e992f936
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wil",
|
||||
"version-date": "2023-10-28",
|
||||
"version-date": "2024-01-22",
|
||||
"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",
|
||||
|
@ -9125,7 +9125,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"wil": {
|
||||
"baseline": "2023-10-28",
|
||||
"baseline": "2024-01-22",
|
||||
"port-version": 0
|
||||
},
|
||||
"wildmidi": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "500a409fc60e5a27c68778c4e3090d1fb8e0224c",
|
||||
"version-date": "2024-01-22",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "39b5070b1e40ec7b9333c2fbb88941beef73155f",
|
||||
"version-date": "2023-10-28",
|
||||
|
Loading…
x
Reference in New Issue
Block a user