Skip to content

Commit

Permalink
[WinReg] Update to v4.1.0 (microsoft#16871)
Browse files Browse the repository at this point in the history
* [WinReg] Update to v4.1.0

* update version
  • Loading branch information
JonLiu1993 authored Mar 26, 2021
1 parent 73edefd commit f351aed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/winreg/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: winreg
Version: 4.0.0
Version: 4.1.0
Homepage: https://github.com/GiovanniDicanio/WinReg
Description: High-level C++ wrapper around the Windows Registry C API.
Supports: windows|uwp
4 changes: 2 additions & 2 deletions ports/winreg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ vcpkg_fail_port_install(ON_TARGET "linux" "osx")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GiovanniDicanio/WinReg
REF 9b7ad93b366ffa1f6938c6685d1cfc50d9d0100b #v4.0.0
SHA512 dd68f92579ee6e0f7628023d4e2f52c79bf2a0e5624b2158078f827c7df6d207244ffd1f8347ad65475b276185314349aedc4f9ae4b5e3405ee5088efaf72734
REF 023ad61dc77c83407e7ae061f177a3ba3d3941e6 #v4.1.0
SHA512 e62bf4a7926c720ad2c9a56b71b19ff48f566d56ddd5c858c25cec3fc6d8fd829267d3d1789b4841140b95d4e7ed0718af55317f6b4f76c1094bd1c69dda24f1
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6289,7 +6289,7 @@
"port-version": 4
},
"winreg": {
"baseline": "4.0.0",
"baseline": "4.1.0",
"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": "018dd4bf16d8a68e161eef8459458d2de47a125c",
"version-string": "4.1.0",
"port-version": 0
},
{
"git-tree": "6243560127ca086b89812f77a6635c8cd38fcdc4",
"version-string": "4.0.0",
Expand Down

0 comments on commit f351aed

Please sign in to comment.