From 4df73a37b24f17772a2a41838d6ef563d2e26c6a Mon Sep 17 00:00:00 2001 From: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:56:52 +0800 Subject: [PATCH] [WinReg] update to v6.2.0 (#36931) Fixes https://github.com/microsoft/vcpkg/issues/36926 No feature need to be tested. - [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. --- ports/winreg/portfile.cmake | 2 +- ports/winreg/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/w-/winreg.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/winreg/portfile.cmake b/ports/winreg/portfile.cmake index b5bbc5e0b6a219..457ed2f08fba28 100644 --- a/ports/winreg/portfile.cmake +++ b/ports/winreg/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GiovanniDicanio/WinReg REF "v${VERSION}" - SHA512 2117f5f2a869b3623e77d9ff86b95349c37db593ae5c205e85fb6afd430d018befe9cfdb87d1f7fdd8feab37fbb7b1b91ad435cf36115893653e045ecbb42310 + SHA512 b32fadcc8eb9f5b453015ab3f825f3b72393b589552c609df027a3db11dad4d539b0c65076ff207241c25f1da46b7a289dda93592d6db504e73ad201c712d4b2 HEAD_REF master ) diff --git a/ports/winreg/vcpkg.json b/ports/winreg/vcpkg.json index 21283fb9805ab2..9037f45285af6e 100644 --- a/ports/winreg/vcpkg.json +++ b/ports/winreg/vcpkg.json @@ -1,6 +1,6 @@ { "name": "winreg", - "version": "6.1.1", + "version": "6.2.0", "description": "High-level C++ wrapper around the Windows Registry C API.", "homepage": "https://github.com/GiovanniDicanio/WinReg", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index df285840dbefda..4f2c5377778a3a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9201,7 +9201,7 @@ "port-version": 0 }, "winreg": { - "baseline": "6.1.1", + "baseline": "6.2.0", "port-version": 0 }, "winsock2": { diff --git a/versions/w-/winreg.json b/versions/w-/winreg.json index b21f70aa60a384..07a7685709f88a 100644 --- a/versions/w-/winreg.json +++ b/versions/w-/winreg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "58ee10b34f36c56aa5fb1876c0b70685dc6e0b09", + "version": "6.2.0", + "port-version": 0 + }, { "git-tree": "6acea55c34f2a89b2ed2d2b9a335e4f074dcbb40", "version": "6.1.1",