Skip to content

Commit 591aeb9

Browse files
chore(port): update thelartians/packageproject.cmake to v1.13.0 (#239)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent f82db2d commit 591aeb9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/package-project-cmake/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vcpkg_from_github(
66
REF
77
v${VERSION}
88
SHA512
9-
d13cc286f06af7231da28283fa4b0cb3ad42c033c37d32ed571dcc7f150b03a3b2fd2b2912bda031fe1a6d73ca846578f3d7c4af4d4b0e540cb9a798bd51ceac
9+
3cf0523bddc213f206ed0ca57803550cb7db9e293392d3741138be47f49d9027ef517e1656235a349a62b492d35c3fc677714dc00afe59e2d36144a9689cfa8f
1010
)
1111

1212
file(RENAME ${SOURCE_PATH}/CMakeLists.txt ${SOURCE_PATH}/PackageProject.cmake)

ports/package-project-cmake/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "package-project-cmake",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Help other developers use your project. A CMake script for packaging C/C++ projects for simple project installation while employing best-practices for maximum compatibility.",
55
"homepage": "https://github.com/TheLartians/PackageProject.cmake",
66
"license": "MIT",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"port-version": 0
4646
},
4747
"package-project-cmake": {
48-
"baseline": "1.12.0",
48+
"baseline": "1.13.0",
4949
"port-version": 0
5050
},
5151
"pytest-cmake": {

versions/p-/package-project-cmake.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "eb96331ad04fe17c2a1b65ae536088866f2663d8",
5+
"version": "1.13.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "36055b8fc9346367cb6f229657944c670281b844",
510
"version": "1.12.0",

0 commit comments

Comments
 (0)