[winreg] update to v6.3.2 (#42006)

This commit is contained in:
Cheney Wang 2024-11-07 17:47:37 +08:00 committed by GitHub
parent 57f35817dd
commit 528cc8ddae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO GiovanniDicanio/WinReg REPO GiovanniDicanio/WinReg
REF "v${VERSION}" REF "v${VERSION}"
SHA512 a242be16e7acf435ccd83f2becdcf8d07a63daae3801f92a7bfab8c13cd120a7eb83e30150c9eb8d0ef2fad56ea070e1a3a47da372ab600c7b6f586b30ce41fc SHA512 174d5ff3c08825990663159e91b9150f5a792591a4ee9e7f08facde124e212456df8b52c3fb50239363a2a2b43986678fde3880ca81e19c4c51e0f2ebddfef8c
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "winreg", "name": "winreg",
"version": "6.3.0", "version": "6.3.2",
"description": "High-level C++ wrapper around the Windows Registry C API.", "description": "High-level C++ wrapper around the Windows Registry C API.",
"homepage": "https://github.com/GiovanniDicanio/WinReg", "homepage": "https://github.com/GiovanniDicanio/WinReg",
"license": "MIT", "license": "MIT",

View File

@ -9617,7 +9617,7 @@
"port-version": 0 "port-version": 0
}, },
"winreg": { "winreg": {
"baseline": "6.3.0", "baseline": "6.3.2",
"port-version": 0 "port-version": 0
}, },
"winsock2": { "winsock2": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "74833e1a8a84195835e2baa33f409c60a81ddf28",
"version": "6.3.2",
"port-version": 0
},
{ {
"git-tree": "0fa2df0dae16abe346b4c7d2a5e00703456ef9c4", "git-tree": "0fa2df0dae16abe346b4c7d2a5e00703456ef9c4",
"version": "6.3.0", "version": "6.3.0",