[libunwind] update to 1.8.1 (#37434)

This commit is contained in:
Cheney Wang 2024-03-15 03:28:32 +08:00 committed by GitHub
parent 3a7cb341b8
commit 6391d9d7fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 11 deletions

View File

@ -2,13 +2,15 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO "libunwind/libunwind"
REF "v${VERSION}"
HEAD_REF "v1.8-stable"
SHA512 105bd4ff0f23f98046a4ed2cb58664083eba35154c92334a1f905ef13e1e92abbf87acb82556c9242c4209626f065d2519f3260e69d2146234a285b4ddd64470
HEAD_REF master
SHA512 dd8332b7a2cbabb4716c01feea422f83b4a7020c1bee20551de139c3285ea0e0ceadfa4171c6f5187448c8ddc53e0ec4728697d0a985ee0c3ff4835b94f6af6f
)
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
AUTOCONFIG
OPTIONS
--disable-tests
)
vcpkg_install_make()
vcpkg_fixup_pkgconfig()

View File

@ -1,14 +1,8 @@
{
"name": "libunwind",
"version": "1.8.0",
"version": "1.8.1",
"description": "Unix libray for portable stack unwinding",
"homepage": "https://www.nongnu.org/libunwind",
"license": "MIT",
"supports": "linux",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
"supports": "linux"
}

View File

@ -5069,7 +5069,7 @@
"port-version": 0
},
"libunwind": {
"baseline": "1.8.0",
"baseline": "1.8.1",
"port-version": 0
},
"liburing": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5fa5d5fa4e60c42c059eb26e5b34650b8bdf6b0e",
"version": "1.8.1",
"port-version": 0
},
{
"git-tree": "3e1ae4e9ac079e529efa51416aef23cb20246e3d",
"version": "1.8.0",