[liblsquic] Remove spurious duplicated install line. (#27088)

* [liblsquic] Remove spurious duplicated install line.

Got left behind when the new helper usage was added before merging the original PR

* Update versions
This commit is contained in:
Ryan A. Pavlik 2022-10-03 15:50:25 -05:00 committed by GitHub
parent aa27f5d15a
commit 1aff5b6ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View File

@ -69,8 +69,6 @@ vcpkg_install_copyright(FILE_LIST
"${SOURCE_PATH}/LICENSE.chrome"
)
file(INSTALL "${CURRENT_BUILDTREES_DIR}/copyright" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
# Remove duplicated include directory
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

View File

@ -1,6 +1,7 @@
{
"name": "liblsquic",
"version": "3.1.1",
"port-version": 1,
"description": "An implementation of the QUIC and HTTP/3 protocols.",
"homepage": "https://github.com/litespeedtech/lsquic",
"license": "MIT AND BSD-3-Clause",

View File

@ -3874,7 +3874,7 @@
},
"liblsquic": {
"baseline": "3.1.1",
"port-version": 0
"port-version": 1
},
"liblzma": {
"baseline": "5.2.5",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2a2383de53efd9458419db7bd82db49b342023da",
"version": "3.1.1",
"port-version": 1
},
{
"git-tree": "f6f4593aba81acc749f3223d0fd3987d5920b164",
"version": "3.1.1",