Skip to content

Commit de7091e

Browse files
[cocoyaxi] Upstream changed repo name (#26514)
* [cocoyaxi] Fix SHA * Fix upstream repo name * version Co-authored-by: Neo Ko <[email protected]>
1 parent 083e31d commit de7091e

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

Diff for: ports/cocoyaxi/portfile.cmake

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
3-
REPO idealvin/cocoyaxi
4-
REF 3fd22601de4d7a06548ca4d24ac36b4f82cde8c5 #v2.0.3
5-
SHA512 15a7fbd934b44ffd981067c18a66bf07423d8ded102d0c15b79c2f451192f17541b9c1a3d4eb913d9f8c7a55e051e4e1968e16a1113fa81038b3ad9534c57874
3+
REPO idealvin/coost
4+
REF v2.0.3
5+
SHA512 b6d38181a8da7dd06cc6ee9c0310ebbc87db5fc0e82e1deb9afba7813d0741fed194887770c55a9a1c61ad677b365cac5ba4f0cf3f32ee376d86c6822d9e30c4
66
HEAD_REF master
77
)
88

99
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" STATIC_CRT)
1010

1111
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
1212
FEATURES
13-
libcurl WITH_LIBCURL
14-
openssl WITH_OPENSSL
13+
libcurl WITH_LIBCURL
14+
openssl WITH_OPENSSL
1515
)
1616

1717
vcpkg_cmake_configure(
1818
SOURCE_PATH "${SOURCE_PATH}"
19+
DISABLE_PARALLEL_CONFIGURE
1920
OPTIONS
2021
${FEATURE_OPTIONS}
2122
-DSTATIC_VS_CRT=${STATIC_CRT}
22-
DISABLE_PARALLEL_CONFIGURE
23+
MAYBE_UNUSED_VARIABLES
24+
STATIC_VS_CRT
2325
)
2426

2527
vcpkg_cmake_install()

Diff for: ports/cocoyaxi/vcpkg.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "cocoyaxi",
33
"version-semver": "2.0.3",
4-
"port-version": 2,
4+
"port-version": 3,
55
"description": "A go-style coroutine library in C++11 and more",
66
"homepage": "https://github.com/idealvin/cocoyaxi",
7+
"license": "MIT",
78
"supports": "!uwp & !(arm & windows)",
89
"dependencies": [
910
{

Diff for: versions/baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@
15021502
},
15031503
"cocoyaxi": {
15041504
"baseline": "2.0.3",
1505-
"port-version": 2
1505+
"port-version": 3
15061506
},
15071507
"coin": {
15081508
"baseline": "4.0.0",

Diff for: versions/c-/cocoyaxi.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "a71b5c50ae0dfa1791b446e7af707cdb080f36d5",
5+
"version-semver": "2.0.3",
6+
"port-version": 3
7+
},
38
{
49
"git-tree": "991d1f948e96ec46e60f5d6925a825d63599eb44",
510
"version-semver": "2.0.3",

0 commit comments

Comments
 (0)