mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
[cppwinrt] update to 2.0.240405.15 (#40702)
This commit is contained in:
parent
212cc45a9f
commit
a56c065228
@ -2,7 +2,7 @@
|
|||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://www.nuget.org/api/v2/package/Microsoft.Windows.CppWinRT/${VERSION}"
|
URLS "https://www.nuget.org/api/v2/package/Microsoft.Windows.CppWinRT/${VERSION}"
|
||||||
FILENAME "cppwinrt.${VERSION}.zip"
|
FILENAME "cppwinrt.${VERSION}.zip"
|
||||||
SHA512 c6c38b81640d7d96d3ca76c321289d6f92eec9bb593a11824640c7dc3651dc69cce1e85ca0324396b4a4d55f790f2c16f835da261e7821137de1eb491b52ffc8
|
SHA512 74460c233655e180dcceebdf16ad2d2f19d178c7c592c0677c623361558126930581556e39f6e12bd8ac4f57792be2d3f1b80188ef1a5de7cd7e8c72b7d598c1
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cppwinrt",
|
"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.",
|
"description": "C++/WinRT is a standard C++ language projection for the Windows Runtime.",
|
||||||
"homepage": "https://github.com/microsoft/cppwinrt",
|
"homepage": "https://github.com/microsoft/cppwinrt",
|
||||||
"documentation": "https://docs.microsoft.com/windows/uwp/cpp-and-winrt-apis/",
|
"documentation": "https://docs.microsoft.com/windows/uwp/cpp-and-winrt-apis/",
|
||||||
|
@ -1981,7 +1981,7 @@
|
|||||||
"port-version": 3
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"cppwinrt": {
|
"cppwinrt": {
|
||||||
"baseline": "2.0.240111.5",
|
"baseline": "2.0.240405.15",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cppxaml": {
|
"cppxaml": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ef233ec464cf3483066900c8be82bd2e77266d85",
|
||||||
|
"version": "2.0.240405.15",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "a2cf04c5162520cb5b3784e0cf09da9416929ab4",
|
"git-tree": "a2cf04c5162520cb5b3784e0cf09da9416929ab4",
|
||||||
"version": "2.0.240111.5",
|
"version": "2.0.240111.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user