mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[kdalgorithms] update to 1.4 (#42624)
This commit is contained in:
parent
58f0f7db95
commit
0990294e01
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO KDAB/KDAlgorithms
|
||||
REF ${VERSION}
|
||||
SHA512 8e7633fb8a42a8e9c9897367fcc19ae506004e60efbdd5cf0f9b8f41b3481d4dc5c71f82d22e71b438878157a15efec9107da0e7868d79f098c5a61830808274
|
||||
SHA512 5d877b8aa16aae870276a542554aa1b39ae2daa863e77ebaa248ca1427a92179611dd7c7cd98e88fc6a406905f404f052f9c891b8a49d64582dfc2ba857118f6
|
||||
)
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/src/kdalgorithms.h" "${SOURCE_PATH}/src/kdalgorithms_bits"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kdalgorithms",
|
||||
"version": "1.3",
|
||||
"version": "1.4",
|
||||
"description": "KDAB's algorithm helpers for C++14 and up",
|
||||
"homepage": "https://github.com/KDAB/KDAlgorithms",
|
||||
"license": "MIT"
|
||||
|
@ -3941,7 +3941,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"kdalgorithms": {
|
||||
"baseline": "1.3",
|
||||
"baseline": "1.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"kdbindings": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "770378488bc8b20f7e669eaa4e712f09239faab9",
|
||||
"version": "1.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d58145271930fe892998173ab6ccd10931272e64",
|
||||
"version": "1.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user