Skip to content

Commit

Permalink
[c4core] Update submodules version (#35427)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGoulding committed Jun 13, 2024
1 parent e9a5d41 commit f007eb1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ports/c4core/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vcpkg_from_github(
HEAD_REF master
)

set(CM_COMMIT_HASH 95b2410e31ebf28b56a4fffffef52c7d13d657ad)
set(CM_COMMIT_HASH fe41e86552046c3df9ba73a40bf3d755df028c1e)

# Get cmake scripts for c4core
Expand All @@ -28,13 +29,13 @@ vcpkg_extract_source_archive(
file(REMOVE_RECURSE "${SOURCE_PATH}/cmake")
file(RENAME "${SOURCE_PATH_CMAKE}" "${SOURCE_PATH}/cmake")

set(DB_COMMIT_HASH 78e525c6e74df6d62d782864a52c0d279dcee24f)
set(DB_COMMIT_HASH 5dcbe41d2bd4712c8014aa7e843723ad7b40fd74)

vcpkg_download_distfile(
DEBUGBREAK_ARCHIVE
URLS "https://github.com/biojppm/debugbreak/archive/${DB_COMMIT_HASH}.zip"
FILENAME "debugbreak-${DB_COMMIT_HASH}.zip"
SHA512 25f3d45b09ce362f736fac0f6d6a6c7f2053fec4975b32b0565288893e4658fd0648a7988c3a5fe0e373e92705d7a3970eaa7cfc053f375ffb75e80772d0df64
SHA512 a4735225058b48031e68c91853c71d3cc31c8f2bfc3592cfc7a9a16f406224a814535ecade81ab4ead76458eeab8752e7e7cd521d893db5791dd4aaac3ba20d9
)

vcpkg_extract_source_archive(
Expand All @@ -46,13 +47,13 @@ vcpkg_extract_source_archive(
file(REMOVE_RECURSE "${SOURCE_PATH}/src/c4/ext/debugbreak")
file(RENAME "${SOURCE_PATH_DEBUGBREAK}" "${SOURCE_PATH}/src/c4/ext/debugbreak")

set(FF_COMMIT_HASH 8159e8bcf63c1b92f5a51fb550f966e56624b209)
set(FF_COMMIT_HASH 052975dd5f8166d0f9e4a215fa75a349d5985b91)

vcpkg_download_distfile(
FAST_FLOAT_ARCHIVE
URLS "https://github.com/biojppm/fast_float/archive/${FF_COMMIT_HASH}.zip"
FILENAME "fast_float-${FF_COMMIT_HASH}.zip"
SHA512 ae71f74d3bae782f62f037c034bea4e7f45462188c8285971c2959c6b2884d3bb58826681c0989f4290f26fa33237c1b63ceed77ed94f9e97c1cd01b4aa21cd3
SHA512 af63cbf1d6620cda87a5f0ca06dcaf46ddfe63658ae5ba91232a2416e8179cba3b2b3d06ff53c1ab2ba3745ae39b0cb787e04be3a9dbe1287605704c2ed13019
)

vcpkg_extract_source_archive(
Expand Down
1 change: 1 addition & 0 deletions ports/c4core/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "c4core",
"version": "0.1.11",
"port-version": 1,
"description": "Library of low-level C++ utilities",
"homepage": "https://github.com/biojppm/c4core",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@
},
"c4core": {
"baseline": "0.1.11",
"port-version": 0
"port-version": 1
},
"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": "062ea83fd9863d62445cf759268109eb29397669",
"version": "0.1.11",
"port-version": 1
},
{
"git-tree": "7bb0739490fde445f13be62a3630b08924fdc94f",
"version": "0.1.11",
Expand Down

0 comments on commit f007eb1

Please sign in to comment.