Skip to content

Commit

Permalink
chore(port): update cpm-cmake/cpm.cmake to v0.40.4 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Dec 23, 2024
1 parent 79dae92 commit 58013e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/cmake-cpm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
REF
v${VERSION}
SHA512
ba427bfbd971a8beb749f82855e888a41baafad6f1adcb289082d4296bc227ec34bb87c8ba5d6035f1fef78c76c603e21012a85767d0199199f90c034a6885ab
996c322d74650cc4c367ba6941f87c855558e7e5f52de4b38ef8a847136ad2132630c7bb54bb035f497b4fe62c0d135b3b109eb4402a56d8ee8828ab2ec08477
)

vcpkg_replace_string(${SOURCE_PATH}/cmake/CPM.cmake
Expand Down
2 changes: 1 addition & 1 deletion ports/cmake-cpm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmake-cpm",
"version": "0.40.3",
"version": "0.40.4",
"description": "CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.",
"homepage": "https://github.com/cpm-cmake/CPM.cmake",
"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 @@ -21,7 +21,7 @@
"port-version": 0
},
"cmake-cpm": {
"baseline": "0.40.3",
"baseline": "0.40.4",
"port-version": 0
},
"cmake-forward-arguments": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cmake-cpm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a246dc7aef6e304863f278d940ded38c48f832c2",
"version": "0.40.4",
"port-version": 0
},
{
"git-tree": "940122eea8dbd0014968a0ac2215d47e9f6505d7",
"version": "0.40.3",
Expand Down

0 comments on commit 58013e0

Please sign in to comment.