diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-03-27 02:41:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-26 11:41:21 -0700 |
| commit | f351aed6b8b3f494479d283aa39e02d5f64ca628 (patch) | |
| tree | e10297c812b9951704bb387e25805dbff6f3b5c4 /ports | |
| parent | 73edefd8775d3897914b68b3664d19a81de2991e (diff) | |
| download | vcpkg-f351aed6b8b3f494479d283aa39e02d5f64ca628.tar.gz vcpkg-f351aed6b8b3f494479d283aa39e02d5f64ca628.zip | |
[WinReg] Update to v4.1.0 (#16871)
* [WinReg] Update to v4.1.0
* update version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/winreg/CONTROL | 2 | ||||
| -rw-r--r-- | ports/winreg/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/winreg/CONTROL b/ports/winreg/CONTROL index 5d9ee7ca2..f512bdeaa 100644 --- a/ports/winreg/CONTROL +++ b/ports/winreg/CONTROL @@ -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
\ No newline at end of file diff --git a/ports/winreg/portfile.cmake b/ports/winreg/portfile.cmake index a9aa6949b..62f573aaa 100644 --- a/ports/winreg/portfile.cmake +++ b/ports/winreg/portfile.cmake @@ -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
)
|
