Update pcapplusplus to v24.09 (#5182)

pull/5186/head
ruki 3 months ago committed by GitHub
parent 4ecc1b277b
commit 6c0ac191b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/p/pcapplusplus/xmake.lua

@ -5,6 +5,7 @@ package("pcapplusplus")
set_urls("https://github.com/seladb/PcapPlusPlus/archive/refs/tags/$(version).zip",
"https://github.com/seladb/PcapPlusPlus.git")
add_versions("v24.09", "0a9d80d09a906c08a1df5f5a937134355c7cb3fc8a599bf1a0f10002cf0285be")
add_versions("v23.09", "f2b92d817df6138363be0d144a61716f8ecc43216f0008135da2e0e15727d35a")
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})

Loading…
Cancel
Save