Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/pcapplusplus/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
4 changes: 2 additions & 2 deletions ports/pcapplusplus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5117,7 +5117,7 @@
"port-version": 5
},
"pcapplusplus": {
"baseline": "21.05",
"baseline": "21.11",
"port-version": 0
},
"pcg": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pcapplusplus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e0480fc24edf7b699eb027d24c3737026dd1128c",
"version-string": "21.11",
"port-version": 0
},
{
"git-tree": "946d7783c459b46253318626bee9040e4e07bc56",
"version-string": "21.05",
Expand Down