[string-theory] Update to 3.8 (#35692)

* [string-theory] Update to 3.8

* version
This commit is contained in:
Thomas1664 2023-12-15 07:45:53 +01:00 committed by GitHub
parent 08c98c7c40
commit 4f038c1ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 5 deletions

View File

@ -1,13 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zrax/string_theory
REF 3.6
SHA512 2bbd8e6c5c2501cc9616ee6a77b60a7cac5e7c9fa58d6616f6ba39cfdee33dc1b072c5d1b34bd2f88726fb4d65d32032595be7a67854a2e894eb3d81d4a8eea9
REF "${VERSION}"
SHA512 5071fb091dd5b5279776c2949b2bff7033c6bce336b1b4916e04957228884104b07e64ff3aa248b6498889fd50947c1fa7807e5d07a74c60203ffd1aade4a5a4
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DST_BUILD_TESTS=OFF
)
vcpkg_cmake_install()
@ -16,4 +18,4 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME string_theory CONFIG_PATH lib/cmake/string
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "string-theory",
"version": "3.6",
"version": "3.8",
"description": "Flexible modern C++ string library with type-safe formatting.",
"homepage": "https://github.com/zrax/string_theory",
"license": "MIT",

View File

@ -8233,7 +8233,7 @@
"port-version": 2
},
"string-theory": {
"baseline": "3.6",
"baseline": "3.8",
"port-version": 0
},
"string-view-lite": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ca2ab2f3286c4b1f945ea10f070bfb0845755018",
"version": "3.8",
"port-version": 0
},
{
"git-tree": "e3c6df91d194be6ca56d8f4044cf0137041d4f04",
"version": "3.6",