mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:08:59 +08:00
[libdwarf] Update to 0.11.0 (#40599)
This commit is contained in:
parent
84cd873d80
commit
7d425a3502
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO davea42/libdwarf-code
|
||||
REF "v${VERSION}"
|
||||
SHA512 8288db7a88ad7db7212fe524d5c877b1355b5a422c7fa95eee320f41f9f0f9f1c98500060986de8ebe5f1f6de36dd1a7017775168b0d140d82200da26c242c93
|
||||
SHA512 5c8e01e3a2c559515af1833c2b7626634e74bd2f3de2e3ff4fc2127ac68885af9ee339608fc274499fae7326bbe7af41bc471ba4d807145c00c6cd0010a4b1aa
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
include-dir.diff # avoid dwarf.h conflict with elfutils
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libdwarf",
|
||||
"version": "0.10.1",
|
||||
"version": "0.11.0",
|
||||
"description": "A library for reading DWARF2 and later DWARF.",
|
||||
"homepage": "https://github.com/davea42/libdwarf-code",
|
||||
"license": null,
|
||||
|
@ -4393,7 +4393,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"libdwarf": {
|
||||
"baseline": "0.10.1",
|
||||
"baseline": "0.11.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"libe57": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ff0cf59a7fe26e200483302657d4e878d2038d39",
|
||||
"version": "0.11.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3c240fc50426c022a9897c47f4ea3d3994aa8dde",
|
||||
"version": "0.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user