Skip to content

Commit 3555ac8

Browse files
authored
[ppqsort] Update to 1.0.6 (#48701)
1 parent b1e2178 commit 3555ac8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

ports/ppqsort/portfile.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO GabTux/PPQSort
66
REF "v${VERSION}"
7-
SHA512 404621a489cc530170196dca317cabf35ecb2f93e10465474a5af1a4e79352433ca57711236f1cc08a359ae40294d9dd62feed42ec1f6890fa5139473997c29c
7+
SHA512 df1fe69dab0e3218c27227b510b0727dcd28a7f5bbdb90cdc906dc2c7d4176cc4b908300ee4353dfaa1809dddeff255a47a99b56128a21ff0b9b5633dd88a66f
88
HEAD_REF master
99
PATCHES
1010
remove-cpm.patch
1111
)
1212

13+
# Replace CPM and download PackageProject directly to avoid issues with FETCHCONTENT_FULLY_DISCONNECTED
1314
vcpkg_from_github(
1415
OUT_SOURCE_PATH PACKAGE_PROJECT_PATH
1516
REPO TheLartians/PackageProject.cmake

ports/ppqsort/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ppqsort",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "a efficient implementation of parallel quicksort algorithm",
55
"homepage": "https://gabtux.github.io/PPQSort/",
66
"license": "MIT",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7745,7 +7745,7 @@
77457745
"port-version": 5
77467746
},
77477747
"ppqsort": {
7748-
"baseline": "1.0.5",
7748+
"baseline": "1.0.6",
77497749
"port-version": 0
77507750
},
77517751
"pprint": {

versions/p-/ppqsort.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "bf178851be868062f9f205f7ccaf248ae0b934f8",
5+
"version": "1.0.6",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "a61c8f3a9114caf6eff79a4304f382557e331d67",
510
"version": "1.0.5",

0 commit comments

Comments
 (0)