Skip to content

Commit

Permalink
[kangaru] Update version to 4.3.2 (#38461)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
FrankXie05 committed May 3, 2024
1 parent b8a5f24 commit fd95153
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ports/kangaru/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down Expand Up @@ -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")
2 changes: 1 addition & 1 deletion ports/kangaru/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3813,7 +3813,7 @@
"port-version": 1
},
"kangaru": {
"baseline": "4.3.1",
"baseline": "4.3.2",
"port-version": 0
},
"kcp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/k-/kangaru.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6fd185b55e031697a00f15694ea7037ee97ff007",
"version": "4.3.2",
"port-version": 0
},
{
"git-tree": "194f665c94fecadc626ab9431003eec963a6820d",
"version": "4.3.1",
Expand Down

0 comments on commit fd95153

Please sign in to comment.