mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[wil] Update to v1.0.230411.1 (#30915)
* [wil] Update to v1.0.230411.1 * update version
This commit is contained in:
parent
41895a71fd
commit
eecae38da7
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Microsoft/wil
|
||||
REF d0849dca2c466bdce38a32a7e4265b193b8fb0f9
|
||||
SHA512 9dd4eeae55c04f97da63e0b63f7e66b550726e547f52906a10ab7c92fa4b97ff000e170ac23f9eac846a04112764b86785abb96de82557672665742a8b4ba29c
|
||||
REF 9db6276dce851dc2b6807fc81bffbec2e27acd0b
|
||||
SHA512 da26905b2665e952c06a42f1b56e7cb6e335cccb592d7dac5e59a11bbf2b10e5d532649383d2feb2313432c9be5068a2cd57b368a309f65899cbff61e866fc10
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"homepage": "https://github.com/microsoft/wil",
|
||||
"license": "MIT",
|
||||
|
@ -8417,7 +8417,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"wil": {
|
||||
"baseline": "2023-02-02",
|
||||
"baseline": "2023-04-11",
|
||||
"port-version": 0
|
||||
},
|
||||
"wildmidi": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8e96d6798de6842dc009f957172841b8fcf711d7",
|
||||
"version-date": "2023-04-11",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "15b6edcd080a9c2dab9a62a7d4a029b33b835f08",
|
||||
"version-date": "2023-02-02",
|
||||
|
Loading…
Reference in New Issue
Block a user