Skip to content

Commit

Permalink
chore(port): update cpm-cmake/cpm.cmake to v0.40.5 (#242)
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 29, 2024
1 parent d97dd1e commit e5e9b32
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
996c322d74650cc4c367ba6941f87c855558e7e5f52de4b38ef8a847136ad2132630c7bb54bb035f497b4fe62c0d135b3b109eb4402a56d8ee8828ab2ec08477
90cf35260fa337bced9e3320fcf07e8afeaeea3a86adbff57df38c19e6546ee5b37480847f1ceb5a948414ae788a725f733f7599dbd7257fc34f59fd41b3199b
)

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.4",
"version": "0.40.5",
"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.4",
"baseline": "0.40.5",
"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": "bad2671b4b5e356fcf504e63ed58a23fcd4c4f4f",
"version": "0.40.5",
"port-version": 0
},
{
"git-tree": "a246dc7aef6e304863f278d940ded38c48f832c2",
"version": "0.40.4",
Expand Down

0 comments on commit e5e9b32

Please sign in to comment.