[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.
This commit is contained in:
Jeremy Rifkin 2024-05-06 15:09:12 -05:00 committed by GitHub
parent d6eb50dca2
commit 675281dd1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -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
)

View File

@ -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",

View File

@ -1945,7 +1945,7 @@
"port-version": 4
},
"cpptrace": {
"baseline": "0.5.3",
"baseline": "0.5.4",
"port-version": 0
},
"cppunit": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "892992a3b1c323fc9bd1434933956c64f0d6f54b",
"version": "0.5.4",
"port-version": 0
},
{
"git-tree": "5b2825a7e9368cf8cb4e49eb096bafc228d4ff37",
"version": "0.5.3",