mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[cpptrace] Add 0.6.0 (#39005)
- [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. - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] 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:
parent
1e767d2ca4
commit
a871c3624f
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jeremy-rifkin/cpptrace
|
||||
REF "v${VERSION}"
|
||||
SHA512 610303dc2b74be7354d89e90540af0b500f409fd1b79deff9182302da2516ea0fae5a30df6543f016505ff4574ed5922950a1e6d24d944fffcaf770f1593fd4f
|
||||
SHA512 c5ebd1a733e22006abe2ef2b5e65a9f967ef2a433194d1c2dbed2dea7a81034a56717ad54698eaad20b3c53b941a2766587dc32936b3703ef87fda29eafc5dbf
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cpptrace",
|
||||
"version": "0.5.4",
|
||||
"version": "0.6.0",
|
||||
"description": "Simple, portable, and self-contained stacktrace library for C++11 and newer",
|
||||
"homepage": "https://github.com/jeremy-rifkin/cpptrace",
|
||||
"license": "MIT",
|
||||
|
@ -1953,7 +1953,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"cpptrace": {
|
||||
"baseline": "0.5.4",
|
||||
"baseline": "0.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cppunit": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "089e867a1e7c29c5daf0cd95ac52c4c4547040d9",
|
||||
"version": "0.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "892992a3b1c323fc9bd1434933956c64f0d6f54b",
|
||||
"version": "0.5.4",
|
||||
|
Loading…
Reference in New Issue
Block a user