mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 07:13:11 +08:00
update pe-parse to version 2.1.0 (#27811)
This commit is contained in:
parent
46690e2ea5
commit
88dc9ca242
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO trailofbits/pe-parse
|
||||
REF v1.3.0
|
||||
SHA512 b723e90821e0ac67b4d6b15e5a46cf13544f21380a4d2add013eedcaa309e1be2cff6789247397c6fb4a938e4a240a835cbe21c8221bd558a4fccf8e93ce1548
|
||||
REF v2.1.0
|
||||
SHA512 2589e4049b9edb5aa733684405f77a7d0c2a36c44a9473ff286fa387468600453c908770d6c2b9d635553bfb0fb2a547326c0aa2e4db5ca1f824de64ec3f61d0
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
arm64-windows-fix.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pe-parse",
|
||||
"version": "1.3.0",
|
||||
"version": "2.1.0",
|
||||
"description": "pe-parse is a principled, lightweight C/C++ PE parser",
|
||||
"homepage": "https://github.com/trailofbits/pe-parse",
|
||||
"supports": "!uwp",
|
||||
|
@ -5729,7 +5729,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"pe-parse": {
|
||||
"baseline": "1.3.0",
|
||||
"baseline": "2.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"pegtl": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "94a994b08f738c94aa751def532be843595ebf62",
|
||||
"version": "2.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "46ac74f817dcb2fed549ac83eca39761bae2c4ae",
|
||||
"version": "1.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user