Skip to content

Commit 14bb451

Browse files
authored
[skyr-url] Update to 3.0.0 (microsoft#49183)
1 parent 8c2a50b commit 14bb451

4 files changed

Lines changed: 12 additions & 13 deletions

File tree

ports/skyr-url/portfile.cmake

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
2-
31
vcpkg_from_github(
42
OUT_SOURCE_PATH SOURCE_PATH
53
REPO cpp-netlib/url
6-
REF v1.13.0
7-
SHA512 187898f5c0d2919095b293c7fbb6757d7b1391c9c79ccc3467ffc8b76a10685fd91faf9e9b8b0c0c21d0a9aecb3a50d52f2eab52823e770fc10ecd6ed874a748
4+
REF 3.0.0
5+
SHA512 dcc0a7613877ca7aac7c970fb4bcea9e2416ded7f8fe59693bf254406f0400bc170b64eb002eb7de88b3b996416f2219c9b5d6b3c72cdf0d4fb639d906ed9876
86
HEAD_REF main
97
)
108

@@ -14,16 +12,15 @@ vcpkg_cmake_configure(
1412
-Dskyr_BUILD_TESTS=OFF
1513
-Dskyr_BUILD_DOCS=OFF
1614
-Dskyr_BUILD_EXAMPLES=OFF
15+
-Dskyr_BUILD_BENCHMARKS=OFF
1716
-Dskyr_WARNINGS_AS_ERRORS=OFF
1817
)
1918

2019
vcpkg_cmake_install()
21-
vcpkg_copy_pdbs()
2220

2321
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/skyr-url)
2422

25-
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
26-
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
23+
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
2724

2825
# Handle copyright
2926
file(INSTALL "${SOURCE_PATH}/LICENSE_1_0.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

ports/skyr-url/vcpkg.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"name": "skyr-url",
3-
"version": "1.13.0",
4-
"port-version": 2,
3+
"version": "3.0.0",
54
"description": "A C++ library that implements the WhatWG URL specification",
65
"homepage": "https://github.com/cpp-netlib/url",
76
"dependencies": [
87
"nlohmann-json",
9-
"range-v3",
10-
"tl-expected",
118
{
129
"name": "vcpkg-cmake",
1310
"host": true

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9069,8 +9069,8 @@
90699069
"port-version": 0
90709070
},
90719071
"skyr-url": {
9072-
"baseline": "1.13.0",
9073-
"port-version": 2
9072+
"baseline": "3.0.0",
9073+
"port-version": 0
90749074
},
90759075
"sleef": {
90769076
"baseline": "3.9.0",

versions/s-/skyr-url.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "33f1b9aeb5f4af881cd81641892a6ecbfaea21b8",
5+
"version": "3.0.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "429bf1616eeeb9c2315b09d9a6c741245e3eae6a",
510
"version": "1.13.0",

0 commit comments

Comments
 (0)