mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
[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
This commit is contained in:
parent
b8a5f242ba
commit
fd95153089
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO gracicot/kangaru
|
REPO gracicot/kangaru
|
||||||
REF v4.3.1
|
REF "v${VERSION}"
|
||||||
SHA512 5c1c6081b266089ad4ef310f4782505db5c514adce87091dd8164a6da71fc7ef72c0992c32e9ec3c991aa7a2ca43f1d96f2f524c7198bf899876af214fea28f3
|
SHA512 03835b156d6da9239e316bfad07684b7f3197798c314f7d8f707e9e225795546887867c5af7fd8ae075b7143d2f160b0185d6be16146975c868dea99c7334129
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -30,4 +30,4 @@ file(REMOVE_RECURSE
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Put the license file where vcpkg expects it
|
# 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")
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "kangaru",
|
"name": "kangaru",
|
||||||
"version": "4.3.1",
|
"version": "4.3.2",
|
||||||
"description": "A dependency injection container for C++11, C++14 and later",
|
"description": "A dependency injection container for C++11, C++14 and later",
|
||||||
"homepage": "https://github.com/gracicot/kangaru",
|
"homepage": "https://github.com/gracicot/kangaru",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -3813,7 +3813,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"kangaru": {
|
"kangaru": {
|
||||||
"baseline": "4.3.1",
|
"baseline": "4.3.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"kcp": {
|
"kcp": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "6fd185b55e031697a00f15694ea7037ee97ff007",
|
||||||
|
"version": "4.3.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "194f665c94fecadc626ab9431003eec963a6820d",
|
"git-tree": "194f665c94fecadc626ab9431003eec963a6820d",
|
||||||
"version": "4.3.1",
|
"version": "4.3.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user