mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[cppwinrt] Update version to 2.0.230207.1 (#29522)
* [cppwinrt] Update version to 2.0.230207.1 * vdb
This commit is contained in:
parent
785cbdb8ba
commit
eac0f2e78a
@ -1,9 +1,8 @@
|
||||
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.nuget.org/api/v2/package/Microsoft.Windows.CppWinRT/${VERSION}"
|
||||
FILENAME "cppwinrt.${VERSION}.zip"
|
||||
SHA512 0a5a46bf2508ee396861b810a2196e694f351385700c267cb6637dcbb966a4017703020378289aebb50c508cf082c9be9b7f4c756fd757d177ebd74480b7d13e
|
||||
SHA512 6ce0764c3558d94b0ec72daa6d6d139df3942d33f51d1f3a670b888fbba2b556e35df831fa9eea42d4fc9a0a1f0ca94abef1c4013dcc9b51053bffe2af4dfd85
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cppwinrt",
|
||||
"version": "2.0.221121.5",
|
||||
"version": "2.0.230207.1",
|
||||
"description": "C++/WinRT is a standard C++ language projection for the Windows Runtime.",
|
||||
"homepage": "https://github.com/microsoft/cppwinrt",
|
||||
"documentation": "https://docs.microsoft.com/windows/uwp/cpp-and-winrt-apis/",
|
||||
|
@ -1765,7 +1765,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"cppwinrt": {
|
||||
"baseline": "2.0.221121.5",
|
||||
"baseline": "2.0.230207.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"cppxaml": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a3c57356ebb8b59a5f12468f180728751d16581b",
|
||||
"version": "2.0.230207.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1d3deb9b47938422fb8f885f19a677ff51a4b6bc",
|
||||
"version": "2.0.221121.5",
|
||||
|
Loading…
Reference in New Issue
Block a user