[wil] Update to v1.0.240803.1 (#40645)

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
Lily Wang 2024-08-27 01:28:50 -07:00 committed by GitHub
parent 4970e415b4
commit 71b4b5f8f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -2,8 +2,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/wil REPO Microsoft/wil
REF v1.0.240122.1 REF "v${VERSION}"
SHA512 b6552924aadb036cf28d21a90d1259720b84fb7f34b2af30444257861143ed4f41cd58586a7cc4c6fb364e73264eaf77669ca988a4a9ef2fe29fdae9e992f936 SHA512 5701001b2c7174dafa5b7b6494b65b982245dfa31131b40542a00063b4f6d26c142c789e64b88367f5f1cdddf882780610fdf724f0bf6b3663d8ba9e3214b5b2
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "wil", "name": "wil",
"version-date": "2024-01-22", "version": "1.0.240803.1",
"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.", "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", "homepage": "https://github.com/microsoft/wil",
"license": "MIT", "license": "MIT",

View File

@ -9489,7 +9489,7 @@
"port-version": 2 "port-version": 2
}, },
"wil": { "wil": {
"baseline": "2024-01-22", "baseline": "1.0.240803.1",
"port-version": 0 "port-version": 0
}, },
"wildmidi": { "wildmidi": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b9cb71d01ed196fdfae55fda3d6b0fb9f6a469fe",
"version": "1.0.240803.1",
"port-version": 0
},
{ {
"git-tree": "500a409fc60e5a27c68778c4e3090d1fb8e0224c", "git-tree": "500a409fc60e5a27c68778c4e3090d1fb8e0224c",
"version-date": "2024-01-22", "version-date": "2024-01-22",