[pe-parse] update to 2.1.1 (#37679)

This commit is contained in:
Jia Yue Hua 2024-03-26 06:36:25 +08:00 committed by GitHub
parent 3ba907211b
commit 315db5a28f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO trailofbits/pe-parse
REF v2.1.0
SHA512 2589e4049b9edb5aa733684405f77a7d0c2a36c44a9473ff286fa387468600453c908770d6c2b9d635553bfb0fb2a547326c0aa2e4db5ca1f824de64ec3f61d0
REF "v${VERSION}"
SHA512 fae9060c48e2cebdfbb742c52bc39c36335c1ad4fc7e6bc75a7da012f59d16497630d40ca814c8da71acc44dcce82983ebe13da3a0d389cc53032261fcd1f6bb
HEAD_REF master
PATCHES
arm64-windows-fix.patch

View File

@ -1,7 +1,6 @@
{
"name": "pe-parse",
"version": "2.1.0",
"port-version": 1,
"version": "2.1.1",
"description": "pe-parse is a principled, lightweight C/C++ PE parser",
"homepage": "https://github.com/trailofbits/pe-parse",
"supports": "!uwp",

View File

@ -6689,8 +6689,8 @@
"port-version": 2
},
"pe-parse": {
"baseline": "2.1.0",
"port-version": 1
"baseline": "2.1.1",
"port-version": 0
},
"pegtl": {
"baseline": "3.2.7",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "20bff5e992991e9824bfbcd42ea6a52313cb5446",
"version": "2.1.1",
"port-version": 0
},
{
"git-tree": "d3e0e5dcb11738632d8eba03e22e4f0530ae5445",
"version": "2.1.0",