[libdwarf] Update to 0.11.0 (#40599)

This commit is contained in:
Kai Pastor 2024-08-26 10:02:57 +02:00 committed by GitHub
parent 84cd873d80
commit 7d425a3502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO davea42/libdwarf-code REPO davea42/libdwarf-code
REF "v${VERSION}" REF "v${VERSION}"
SHA512 8288db7a88ad7db7212fe524d5c877b1355b5a422c7fa95eee320f41f9f0f9f1c98500060986de8ebe5f1f6de36dd1a7017775168b0d140d82200da26c242c93 SHA512 5c8e01e3a2c559515af1833c2b7626634e74bd2f3de2e3ff4fc2127ac68885af9ee339608fc274499fae7326bbe7af41bc471ba4d807145c00c6cd0010a4b1aa
HEAD_REF main HEAD_REF main
PATCHES PATCHES
include-dir.diff # avoid dwarf.h conflict with elfutils include-dir.diff # avoid dwarf.h conflict with elfutils

View File

@ -1,6 +1,6 @@
{ {
"name": "libdwarf", "name": "libdwarf",
"version": "0.10.1", "version": "0.11.0",
"description": "A library for reading DWARF2 and later DWARF.", "description": "A library for reading DWARF2 and later DWARF.",
"homepage": "https://github.com/davea42/libdwarf-code", "homepage": "https://github.com/davea42/libdwarf-code",
"license": null, "license": null,

View File

@ -4393,7 +4393,7 @@
"port-version": 3 "port-version": 3
}, },
"libdwarf": { "libdwarf": {
"baseline": "0.10.1", "baseline": "0.11.0",
"port-version": 0 "port-version": 0
}, },
"libe57": { "libe57": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "ff0cf59a7fe26e200483302657d4e878d2038d39",
"version": "0.11.0",
"port-version": 0
},
{ {
"git-tree": "3c240fc50426c022a9897c47f4ea3d3994aa8dde", "git-tree": "3c240fc50426c022a9897c47f4ea3d3994aa8dde",
"version": "0.10.1", "version": "0.10.1",