[wil] Update to v1.0.230411.1 (#30915)

* [wil] Update to v1.0.230411.1

* update version
This commit is contained in:
JonLiu1993 2023-04-18 10:34:57 +08:00 committed by GitHub
parent 41895a71fd
commit eecae38da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 d0849dca2c466bdce38a32a7e4265b193b8fb0f9 REF 9db6276dce851dc2b6807fc81bffbec2e27acd0b
SHA512 9dd4eeae55c04f97da63e0b63f7e66b550726e547f52906a10ab7c92fa4b97ff000e170ac23f9eac846a04112764b86785abb96de82557672665742a8b4ba29c SHA512 da26905b2665e952c06a42f1b56e7cb6e335cccb592d7dac5e59a11bbf2b10e5d532649383d2feb2313432c9be5068a2cd57b368a309f65899cbff61e866fc10
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "wil", "name": "wil",
"version-date": "2023-02-02", "version-date": "2023-04-11",
"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

@ -8417,7 +8417,7 @@
"port-version": 2 "port-version": 2
}, },
"wil": { "wil": {
"baseline": "2023-02-02", "baseline": "2023-04-11",
"port-version": 0 "port-version": 0
}, },
"wildmidi": { "wildmidi": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "8e96d6798de6842dc009f957172841b8fcf711d7",
"version-date": "2023-04-11",
"port-version": 0
},
{ {
"git-tree": "15b6edcd080a9c2dab9a62a7d4a029b33b835f08", "git-tree": "15b6edcd080a9c2dab9a62a7d4a029b33b835f08",
"version-date": "2023-02-02", "version-date": "2023-02-02",