From 6e7b5a65df8a5aa1ca10ebfd96db75f345c817f9 Mon Sep 17 00:00:00 2001 From: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Date: Thu, 11 Jun 2020 17:18:33 +0800 Subject: [WinReg] Update to 3.0.1 (#11883) --- ports/winreg/CONTROL | 2 +- ports/winreg/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/winreg/CONTROL b/ports/winreg/CONTROL index 28244c43c..9f710369d 100644 --- a/ports/winreg/CONTROL +++ b/ports/winreg/CONTROL @@ -1,5 +1,5 @@ Source: winreg -Version: 2.4.0 +Version: 3.0.1 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 8edc52dca..f3911eb2b 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 c1c2a9ce26295cd3f0ca69e7383319813d46574f #v2.4.0 - SHA512 99d52bb90784c5918816f2f843b75001a817cab25470a5a8a09bd8e6189a1631c098c5da9935abb94cf21461e9b58f431619d943efaa0750f216fcf1ba96c427 + REF ffb5ae9eb6609847c3a3a98d8da6192e2f67be79 #v3.0.1 + SHA512 6a9fecb09769a3d859d09421dd9c894fb1fe1ed90ede3eb899dba0a4c7a01f69192bd5b640bba6aea675de9e025a8121230f1e36d2354ed9fb79f1f2167299b4 HEAD_REF master ) -- cgit v1.2.3