mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:58:59 +08:00
[pcapplusplus] Update to 22.05 (#24697)
* Update PcapPlusPlus * Run `x-add-version` * Update ports/pcapplusplus/vcpkg.json Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * update version * update version * update version Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
e162e68c7e
commit
d1135a5fe2
@ -5,8 +5,8 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO seladb/PcapPlusPlus
|
||||
REF v21.11
|
||||
SHA512 ad10034950c0c3e6a4638e8b314c8983ce42609948d7d8d40ad0ff678820a2469807bd29aff77e657a150008602475b50cea84a0766ad87ea203985519cb38ac
|
||||
REF v22.05
|
||||
SHA512 8ffe33406b903fe104f7bf0cf7254028bb3a9997bb5f4b226276af3b2a310e1ed1621558b9fd96ed09c75fa05dfcbfbd7111fe4b19a9288eb214ebcf1254cf6b
|
||||
HEAD_REF master
|
||||
)
|
||||
file(COPY "${CURRENT_PORT_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "pcapplusplus",
|
||||
"version": "21.11",
|
||||
"port-version": 1,
|
||||
"version-string": "22.05",
|
||||
"description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets",
|
||||
"homepage": "https://github.com/seladb/PcapPlusPlus",
|
||||
"license": null,
|
||||
|
@ -5337,8 +5337,8 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"pcapplusplus": {
|
||||
"baseline": "21.11",
|
||||
"port-version": 1
|
||||
"baseline": "22.05",
|
||||
"port-version": 0
|
||||
},
|
||||
"pcg": {
|
||||
"baseline": "2021-04-06",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1bcf1e7a1ad1f7899adc1c423c248fea6b86553e",
|
||||
"version-string": "22.05",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f1f63c9365f0cb128761835ebceeafb6b162c815",
|
||||
"version": "21.11",
|
||||
|
Loading…
Reference in New Issue
Block a user