mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[kdalgorithms] update to version 1.3 (#38470)
- [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] SHA512s are updated for each updated download. - [X] The "supports" clause reflects platforms that may be fixed by this new version. - [X] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [X] Any patches that are no longer applied are deleted from the port's directory. - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
54d1a244ff
commit
ce00eb980a
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO KDAB/KDAlgorithms
|
||||
REF ${VERSION}
|
||||
SHA512 2229712954c377e9167b78fc931988f33c82349baeae9a64e3506f66fd96508e8482ce777c4ef8928c2ab38cbeffc413e96c75a9f41902080230f8c434782232
|
||||
SHA512 8e7633fb8a42a8e9c9897367fcc19ae506004e60efbdd5cf0f9b8f41b3481d4dc5c71f82d22e71b438878157a15efec9107da0e7868d79f098c5a61830808274
|
||||
)
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/src/kdalgorithms.h" "${SOURCE_PATH}/src/kdalgorithms_bits"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kdalgorithms",
|
||||
"version": "1.2",
|
||||
"version": "1.3",
|
||||
"description": "KDAB's algorithm helpers for C++14 and up",
|
||||
"homepage": "https://github.com/KDAB/KDAlgorithms",
|
||||
"license": "MIT"
|
||||
|
@ -3821,7 +3821,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"kdalgorithms": {
|
||||
"baseline": "1.2",
|
||||
"baseline": "1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"kdbindings": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d58145271930fe892998173ab6ccd10931272e64",
|
||||
"version": "1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "05bf1ff5e346918f8fa5e6ece05126d72a6409f4",
|
||||
"version": "1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user