From fd9515308944e40b8a063282624925842984d8d1 Mon Sep 17 00:00:00 2001 From: Frank <65999885+FrankXie05@users.noreply.github.com> Date: Fri, 3 May 2024 05:00:54 +0000 Subject: [PATCH] [kangaru] Update version to 4.3.2 (#38461) Update `kangaru` version to `4.3.2`. - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. All features are tested successfully in the following triplet: - x86-windows - x64-windows - x64-windows-stataic --- ports/kangaru/portfile.cmake | 6 +++--- ports/kangaru/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/k-/kangaru.json | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ports/kangaru/portfile.cmake b/ports/kangaru/portfile.cmake index a97d1dcba0..1ebba9cd6b 100644 --- a/ports/kangaru/portfile.cmake +++ b/ports/kangaru/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO gracicot/kangaru - REF v4.3.1 - SHA512 5c1c6081b266089ad4ef310f4782505db5c514adce87091dd8164a6da71fc7ef72c0992c32e9ec3c991aa7a2ca43f1d96f2f524c7198bf899876af214fea28f3 + REF "v${VERSION}" + SHA512 03835b156d6da9239e316bfad07684b7f3197798c314f7d8f707e9e225795546887867c5af7fd8ae075b7143d2f160b0185d6be16146975c868dea99c7334129 HEAD_REF master ) @@ -30,4 +30,4 @@ file(REMOVE_RECURSE ) # Put the license file where vcpkg expects it -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/ports/kangaru/vcpkg.json b/ports/kangaru/vcpkg.json index b0b2d4d02c..245f901d20 100644 --- a/ports/kangaru/vcpkg.json +++ b/ports/kangaru/vcpkg.json @@ -1,6 +1,6 @@ { "name": "kangaru", - "version": "4.3.1", + "version": "4.3.2", "description": "A dependency injection container for C++11, C++14 and later", "homepage": "https://github.com/gracicot/kangaru", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index a9a3141075..31a9bf59dc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3813,7 +3813,7 @@ "port-version": 1 }, "kangaru": { - "baseline": "4.3.1", + "baseline": "4.3.2", "port-version": 0 }, "kcp": { diff --git a/versions/k-/kangaru.json b/versions/k-/kangaru.json index 8e22f10707..9ebe92fbdc 100644 --- a/versions/k-/kangaru.json +++ b/versions/k-/kangaru.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6fd185b55e031697a00f15694ea7037ee97ff007", + "version": "4.3.2", + "port-version": 0 + }, { "git-tree": "194f665c94fecadc626ab9431003eec963a6820d", "version": "4.3.1",