[dbg-macro] update to 0.5.1 (#34105)

This commit is contained in:
Jia Yue Hua 2023-10-03 11:46:35 +08:00 committed by GitHub
parent 4061e0b1b7
commit d932a5959c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sharkdp/dbg-macro
REF "v${VERSION}"
SHA512 4f785919843026996ffeb3cd8e3494ecd77f42bee104b6659b664b21a3e518739707f5bd006fc8128c99eef241fc6650ad629444f7005df89100a16d8918d05f
SHA512 9aa41745168409f7c8c9e36e9bae58e2b3b356edd6d5f2414acd7dee9a79d2faa7b63d789821702e33781449b42213855c2ff71dcc39956f5f69c083827118c1
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "dbg-macro",
"version": "0.5.0",
"version": "0.5.1",
"description": "A dbg(...) macro for C++",
"homepage": "https://github.com/sharkdp/dbg-macro",
"license": "MIT"

View File

@ -2065,7 +2065,7 @@
"port-version": 0
},
"dbg-macro": {
"baseline": "0.5.0",
"baseline": "0.5.1",
"port-version": 0
},
"dbghelp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d2182df6402c97759e95b4b0f1f506e8df6e42fb",
"version": "0.5.1",
"port-version": 0
},
{
"git-tree": "7b6ca099516f914231ec442bea3e6c5f43a91e43",
"version": "0.5.0",