[WinReg] update to v2.2.2 (#10976)

This commit is contained in:
Lily 2020-04-24 12:17:49 +08:00 committed by GitHub
parent c3fc360947
commit cb80389182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: winreg Source: winreg
Version: 2.2.0 Version: 2.2.2
Homepage: https://github.com/GiovanniDicanio/WinReg Homepage: https://github.com/GiovanniDicanio/WinReg
Description: High-level C++ wrapper around the Windows Registry C API. Description: High-level C++ wrapper around the Windows Registry C API.
Supports: windows || uwp Supports: windows|uwp

View File

@ -4,8 +4,8 @@ vcpkg_fail_port_install(ON_TARGET "linux" "osx")
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO GiovanniDicanio/WinReg REPO GiovanniDicanio/WinReg
REF e35d0e2f7c5a9c8a502df3ae79cef0ee9308bcbc #v2.2.0 REF 5102b656389aa2909ca69d74e8b694e8451d85b1 #v2.2.2
SHA512 7883b3016475bfd386564fa0a88b570db381d1109421ca6b2318342cc8f1fb344d380ef6bd75f904c7b4084a70f6c893583a68c0bc41c027ac12ef3cfaec3476 SHA512 3f46eccf5bcc76c71848463ac898953bb8d7737200ea55900f064ad95da6953e643233f7faa5c3288fa42cbb599da62b324abaec3509dfa969430c464ac586fe
HEAD_REF master HEAD_REF master
) )