[ring-span-lite] Update to 0.6.0 (#20363)

* Update ring-span-lite to 0.6.0

* Update CI baseline

* Update ports/ring-span-lite/portfile.cmake

* Update versions/r-/ring-span-lite.json

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
This commit is contained in:
chausner 2021-09-28 06:02:22 +02:00 committed by GitHub
parent eb43f6fda7
commit 68b85004d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 12 deletions

View File

@ -1,12 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinmoene/ring-span-lite
REF v0.3.0
SHA512 5ecbfc63b4a09cc382edc2acae41a45946c9c6a18aa48e855201366b7696df7cbf46c2de1b5aa5296ae2dde4360d5abd8efdc3e3a1c3d427fbbddadab7dcfe79
REF v0.6.0
SHA512 1C3C9560BC1F8CBDF9CDFD5593233020D8403CE707D8B129FED82080CB806E82E83CBB839BEA64D53B022A58400F817A54FFB30099A0D7D7B300E8D0103F483B
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
PREFER_NINJA
OPTIONS
-DRING_SPAN_LITE_OPT_BUILD_TESTS=OFF
@ -16,14 +16,14 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(
CONFIG_PATH lib/cmake/${PORT}
CONFIG_PATH "lib/cmake/${PORT}"
)
file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/debug
${CURRENT_PACKAGES_DIR}/lib
"${CURRENT_PACKAGES_DIR}/debug"
"${CURRENT_PACKAGES_DIR}/lib"
)
file(INSTALL
${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright
"${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright
)

View File

@ -1,6 +1,6 @@
{
"name": "ring-span-lite",
"version-string": "0.3.0",
"port-version": 1,
"description": "A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library"
"version": "0.6.0",
"description": "A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/ring-span-lite"
}

View File

@ -5801,8 +5801,8 @@
"port-version": 1
},
"ring-span-lite": {
"baseline": "0.3.0",
"port-version": 1
"baseline": "0.6.0",
"port-version": 0
},
"rmlui": {
"baseline": "4.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1357f573addef91177f5912c9855cf3cfbc2b265",
"version": "0.6.0",
"port-version": 0
},
{
"git-tree": "aac3ae1d9cfcd716c2faf213aa7ed81b6271ab82",
"version-string": "0.3.0",