[kdalgorithms] update to 1.2 (#35064)

* [kdalgorithms] update to version 1.2

* [kdalgorithms] update to version 1.2
This commit is contained in:
Hamish Moffatt 2023-11-15 07:37:54 +11:00 committed by GitHub
parent 56319638f6
commit 6d0e15bdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -2,12 +2,11 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO KDAB/KDAlgorithms REPO KDAB/KDAlgorithms
REF 93023b7b6640a227cfa6b2e7f1b8e72d10a0b981 REF ${VERSION}
SHA512 151488c5ba30fceee204278e620bbc509464cb993d4207891ba627cb4384dc585927336f263ea80bfeb46f5100fdb31edcef13482d4b7f70b79480d1b153f087 SHA512 2229712954c377e9167b78fc931988f33c82349baeae9a64e3506f66fd96508e8482ce777c4ef8928c2ab38cbeffc413e96c75a9f41902080230f8c434782232
HEAD_REF master
) )
file(INSTALL "${SOURCE_PATH}/src/kdalgorithms.h" "${SOURCE_PATH}/src/bits" file(INSTALL "${SOURCE_PATH}/src/kdalgorithms.h" "${SOURCE_PATH}/src/kdalgorithms_bits"
DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}") DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt") vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

View File

@ -1,6 +1,6 @@
{ {
"name": "kdalgorithms", "name": "kdalgorithms",
"version-date": "2023-02-11", "version": "1.2",
"description": "KDAB's algorithm helpers for C++14 and up", "description": "KDAB's algorithm helpers for C++14 and up",
"homepage": "https://github.com/KDAB/KDAlgorithms", "homepage": "https://github.com/KDAB/KDAlgorithms",
"license": "MIT" "license": "MIT"

View File

@ -3705,7 +3705,7 @@
"port-version": 1 "port-version": 1
}, },
"kdalgorithms": { "kdalgorithms": {
"baseline": "2023-02-11", "baseline": "1.2",
"port-version": 0 "port-version": 0
}, },
"kdbindings": { "kdbindings": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "05bf1ff5e346918f8fa5e6ece05126d72a6409f4",
"version": "1.2",
"port-version": 0
},
{ {
"git-tree": "c1d9ec1859767d60adf003d94fe81eb7eaac668e", "git-tree": "c1d9ec1859767d60adf003d94fe81eb7eaac668e",
"version-date": "2023-02-11", "version-date": "2023-02-11",