From a56c0652288c8580b75e300761739d30adb1847c Mon Sep 17 00:00:00 2001 From: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Date: Sat, 31 Aug 2024 23:11:00 -0700 Subject: [PATCH] [cppwinrt] update to 2.0.240405.15 (#40702) --- ports/cppwinrt/portfile.cmake | 2 +- ports/cppwinrt/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/c-/cppwinrt.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/cppwinrt/portfile.cmake b/ports/cppwinrt/portfile.cmake index e75af26f6e..634b1241f9 100644 --- a/ports/cppwinrt/portfile.cmake +++ b/ports/cppwinrt/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_download_distfile(ARCHIVE URLS "https://www.nuget.org/api/v2/package/Microsoft.Windows.CppWinRT/${VERSION}" FILENAME "cppwinrt.${VERSION}.zip" - SHA512 c6c38b81640d7d96d3ca76c321289d6f92eec9bb593a11824640c7dc3651dc69cce1e85ca0324396b4a4d55f790f2c16f835da261e7821137de1eb491b52ffc8 + SHA512 74460c233655e180dcceebdf16ad2d2f19d178c7c592c0677c623361558126930581556e39f6e12bd8ac4f57792be2d3f1b80188ef1a5de7cd7e8c72b7d598c1 ) vcpkg_extract_source_archive( diff --git a/ports/cppwinrt/vcpkg.json b/ports/cppwinrt/vcpkg.json index df166dbdcb..7e0dd601a0 100644 --- a/ports/cppwinrt/vcpkg.json +++ b/ports/cppwinrt/vcpkg.json @@ -1,6 +1,6 @@ { "name": "cppwinrt", - "version": "2.0.240111.5", + "version": "2.0.240405.15", "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/", diff --git a/versions/baseline.json b/versions/baseline.json index 1400a56b37..4887baca05 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1981,7 +1981,7 @@ "port-version": 3 }, "cppwinrt": { - "baseline": "2.0.240111.5", + "baseline": "2.0.240405.15", "port-version": 0 }, "cppxaml": { diff --git a/versions/c-/cppwinrt.json b/versions/c-/cppwinrt.json index 539f87a2b2..7383fb47b4 100644 --- a/versions/c-/cppwinrt.json +++ b/versions/c-/cppwinrt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ef233ec464cf3483066900c8be82bd2e77266d85", + "version": "2.0.240405.15", + "port-version": 0 + }, { "git-tree": "a2cf04c5162520cb5b3784e0cf09da9416929ab4", "version": "2.0.240111.5",