mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:25:04 +08:00
[WinReg] update to v6.0.0 (#25715)
* [WinReg] update to v6.0.0 * update version
This commit is contained in:
parent
c50743e812
commit
d9ac3c2e50
@ -1,8 +1,10 @@
|
||||
# WinReg - Header-only library
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO GiovanniDicanio/WinReg
|
||||
REF aaa7434663f1f8017284812501812ac3c74612c0 #v5.1.1
|
||||
SHA512 1c35513bb387a30452c9fcb1fb9cd32be68a8fa625cff1301490d6e89430e3b6f08e54f41ae0261540900923d2f39f3b2ed32bf54869d643aa5020ff1ca6c1c7
|
||||
REF 86d7ae5c5034aa88b40914fc0d209d8ceb214afe #v6.0.0
|
||||
SHA512 ca2daa61e89029641e189fe2a0177282900e30b8907702abd8010cc6c66cfe4cfaf15888c5860d7aec262209939fc7658da450e308be0f73b5b0423f4bb5bdf2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "winreg",
|
||||
"version": "5.1.1",
|
||||
"version": "6.0.0",
|
||||
"description": "High-level C++ wrapper around the Windows Registry C API.",
|
||||
"homepage": "https://github.com/GiovanniDicanio/WinReg",
|
||||
"license": "MIT",
|
||||
|
@ -7585,7 +7585,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"winreg": {
|
||||
"baseline": "5.1.1",
|
||||
"baseline": "6.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"winsock2": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d6faf66fd8bb6b7d12b74e2084cbf15f8628b531",
|
||||
"version": "6.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ec4168b0b4ceaece6ee9d24b5bcc8c4ed8897db7",
|
||||
"version": "5.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user