Skip to content

Commit

Permalink
[c4core] Update to v2.0.1. (#39287)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyWangLL authored Jun 14, 2024
1 parent e647ea3 commit 101ae1f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ports/c4core/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO biojppm/c4core
REF "v${VERSION}"
SHA512 e96d91daeba30a5caf1772a1fbcdd4011e42e112cd560652d23d61089ef751f88c305abc41b17f45652b44090a3b4e8d853acc1bc32ce8f6f46b3ad410028e9f
SHA512 23e45d186d03a64701376fbb63b5e3608dfdac7188eefd869976e97149ee772c7547e460b305c938650a721eac0c0573b70b5a5a2cd7211192cf9c87f019548c
HEAD_REF master
)

set(CM_COMMIT_HASH 95b2410e31ebf28b56a4fffffef52c7d13d657ad)
set(CM_COMMIT_HASH fe41e86552046c3df9ba73a40bf3d755df028c1e)

# Get cmake scripts for c4core
Expand Down
3 changes: 1 addition & 2 deletions ports/c4core/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "c4core",
"version": "0.1.11",
"port-version": 1,
"version": "0.2.1",
"description": "Library of low-level C++ utilities",
"homepage": "https://github.com/biojppm/c4core",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1437,8 +1437,8 @@
"port-version": 0
},
"c4core": {
"baseline": "0.1.11",
"port-version": 1
"baseline": "0.2.1",
"port-version": 0
},
"c89stringutils": {
"baseline": "0.0.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/c4core.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "01cd83a31d0cb744a2c93789a442e2dbed78851b",
"version": "0.2.1",
"port-version": 0
},
{
"git-tree": "062ea83fd9863d62445cf759268109eb29397669",
"version": "0.1.11",
Expand Down

0 comments on commit 101ae1f

Please sign in to comment.