mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 15:24:46 +08:00
[pcapplusplus] Update to 21.11 (#21321)
* Bump PcapPlusPlus to v21.11 * Update sha
This commit is contained in:
parent
5b5ee4ee6f
commit
bcc2a393fd
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO seladb/PcapPlusPlus
|
||||
REF v21.05
|
||||
SHA512 35227707a48f0e41469247e0993c4aabef7f168a285354e19386b554e0e3d51dc6bf8b128658e16d50e0b6e6e0a029322dee1b4b241e84b8603e2cf73c7f3532
|
||||
REF v21.11
|
||||
SHA512 ad10034950c0c3e6a4638e8b314c8983ce42609948d7d8d40ad0ff678820a2469807bd29aff77e657a150008602475b50cea84a0766ad87ea203985519cb38ac
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pcapplusplus",
|
||||
"version-string": "21.05",
|
||||
"description": "PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets",
|
||||
"version-string": "21.11",
|
||||
"description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets",
|
||||
"homepage": "https://github.com/seladb/PcapPlusPlus",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -5125,7 +5125,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"pcapplusplus": {
|
||||
"baseline": "21.05",
|
||||
"baseline": "21.11",
|
||||
"port-version": 0
|
||||
},
|
||||
"pcg": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e0480fc24edf7b699eb027d24c3737026dd1128c",
|
||||
"version-string": "21.11",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "946d7783c459b46253318626bee9040e4e07bc56",
|
||||
"version-string": "21.05",
|
||||
|
Loading…
Reference in New Issue
Block a user