Skip to content

Commit

Permalink
[cpptrace] Update to 0.6.2 (microsoft#39398)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin authored Jun 20, 2024
1 parent 5c2f1f8 commit 52be198
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/cpptrace/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jeremy-rifkin/cpptrace
REF "v${VERSION}"
SHA512 76f82aa11fb9e786cb246d9620c30de6f4c24353136e2597767f567f9d6fc83652120250fe8ca36aff6e3d95044a3edbc11a2607f72c46d3c2bfe168c3b9bcbb
SHA512 aaf14207dbcb3e3fd551cfc4a4dbee265f9454f205362eb061fd5672ee54d19e3966a5f497bc90689a4c426ab4f9225f083d3a84bf4a0060b851cdf252f22615
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cpptrace/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpptrace",
"version": "0.6.1",
"version": "0.6.2",
"description": "Simple, portable, and self-contained stacktrace library for C++11 and newer",
"homepage": "https://github.com/jeremy-rifkin/cpptrace",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@
"port-version": 4
},
"cpptrace": {
"baseline": "0.6.1",
"baseline": "0.6.2",
"port-version": 0
},
"cppunit": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpptrace.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ee2683e17b46c1e44147deeeed227595940fa652",
"version": "0.6.2",
"port-version": 0
},
{
"git-tree": "64f2b677dc99637be42a062d6c6a91c824230751",
"version": "0.6.1",
Expand Down

0 comments on commit 52be198

Please sign in to comment.