Skip to content

Commit

Permalink
[WinReg] update to v5.0.1 (microsoft#23706)
Browse files Browse the repository at this point in the history
* [WinReg] update to v5.0.1

* update version
  • Loading branch information
JonLiu1993 authored Mar 22, 2022
1 parent 67e734c commit b219334
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/winreg/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 GiovanniDicanio/WinReg
REF bcdce7361be8409887adac6f6b5cb0a436a489aa #v5.0.0
SHA512 8a112cc505ba9ec4431e80ee77b6a08389ea8ed92c2d75be191e2494818913ad01d6b4cc0ccf213dd2dd3455594434ba3876fa385e71bdbb758797672c844d8d
REF d2cae6b398d3e5a4ac3f2b5215de9084609d7cff #v5.0.1
SHA512 52f9a4cb57a59590349a20120b113e9926eea40a4aff05d7ffeaca73236add74685c160e37d37303684bc47f70b96998b816d2f3b9ea18777ec678dad02b7b7b
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/winreg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winreg",
"version": "5.0.0",
"version": "5.0.1",
"description": "High-level C++ wrapper around the Windows Registry C API.",
"homepage": "https://github.com/GiovanniDicanio/WinReg",
"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 @@ -7417,7 +7417,7 @@
"port-version": 0
},
"winreg": {
"baseline": "5.0.0",
"baseline": "5.0.1",
"port-version": 0
},
"winsock2": {
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/winreg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a355bab9791bca02dc9ad9bc2b61f6ba72486a23",
"version": "5.0.1",
"port-version": 0
},
{
"git-tree": "a788126cfabb1299a7f43933fec7ced6074a7939",
"version": "5.0.0",
Expand Down

0 comments on commit b219334

Please sign in to comment.