From 675281dd1f7462f05396188cc509707a7a61bd0a Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Mon, 6 May 2024 15:09:12 -0500 Subject: [PATCH] [cpptrace]: Update version to 0.5.4 (#38560) - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --- ports/cpptrace/portfile.cmake | 2 +- ports/cpptrace/vcpkg.json | 4 ++-- versions/baseline.json | 2 +- versions/c-/cpptrace.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/cpptrace/portfile.cmake b/ports/cpptrace/portfile.cmake index 74f864f70c..60d78c7c91 100644 --- a/ports/cpptrace/portfile.cmake +++ b/ports/cpptrace/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jeremy-rifkin/cpptrace REF "v${VERSION}" - SHA512 545d9ccb4484d6324e17eb0e0f24c1593f792340740bf633d948dbbbf5bcf893bc6db3d1aa43edc139a24a3c99a6da7568289c18e1fc4827e1a7e92f5afe508f + SHA512 610303dc2b74be7354d89e90540af0b500f409fd1b79deff9182302da2516ea0fae5a30df6543f016505ff4574ed5922950a1e6d24d944fffcaf770f1593fd4f HEAD_REF main ) diff --git a/ports/cpptrace/vcpkg.json b/ports/cpptrace/vcpkg.json index 2c028c439f..94b651529c 100644 --- a/ports/cpptrace/vcpkg.json +++ b/ports/cpptrace/vcpkg.json @@ -1,10 +1,10 @@ { "name": "cpptrace", - "version": "0.5.3", + "version": "0.5.4", "description": "Simple, portable, and self-contained stacktrace library for C++11 and newer", "homepage": "https://github.com/jeremy-rifkin/cpptrace", "license": "MIT", - "supports": "!uwp", + "supports": "!(uwp | android)", "dependencies": [ { "name": "libdwarf", diff --git a/versions/baseline.json b/versions/baseline.json index 0d0cb60a10..e29d3bc086 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1945,7 +1945,7 @@ "port-version": 4 }, "cpptrace": { - "baseline": "0.5.3", + "baseline": "0.5.4", "port-version": 0 }, "cppunit": { diff --git a/versions/c-/cpptrace.json b/versions/c-/cpptrace.json index bab2615e84..7eaba54330 100644 --- a/versions/c-/cpptrace.json +++ b/versions/c-/cpptrace.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "892992a3b1c323fc9bd1434933956c64f0d6f54b", + "version": "0.5.4", + "port-version": 0 + }, { "git-tree": "5b2825a7e9368cf8cb4e49eb096bafc228d4ff37", "version": "0.5.3",