Skip to content

Commit

Permalink
chore(port): update cpm-cmake/cpm.cmake to v0.40.2 (#160)
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 Aug 5, 2024
1 parent ce7aea6 commit d198bc9
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
c37a3b80b8502e5ce947446b86aa4d9c4c909906ad86f3c910b3c3e08d4ff2fd38f80c5c6b8373e9fb7378ac51eec378c5ce2ff715d1531b1477bdeed9f6490f
8078caceaa4188eeb230f81b6e3a43b8a2bf42f81cb24eddd2ca104248a4e03e68fa8a1a5636d52f25c99b59dd618146115f738a155df9bf89728a548e475b80
)

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.1",
"version": "0.40.2",
"port-version": 2,
"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",
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.1",
"baseline": "0.40.2",
"port-version": 2
},
"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": "a10155a621100732a5d727e8d53cb1e0da472d4d",
"version": "0.40.2",
"port-version": 2
},
{
"git-tree": "ec2df96729bcd81eb48b4157a7f9a36e6ca69939",
"version": "0.40.1",
Expand Down

0 comments on commit d198bc9

Please sign in to comment.