From 573bebe6b76d6efc88bf3652ca9b1e62f0f3f85b Mon Sep 17 00:00:00 2001 From: Ehsan Date: Tue, 20 Aug 2019 21:54:28 +0430 Subject: [dimcli] Update library to 5.0.0 (#7785) --- ports/dimcli/CONTROL | 2 +- ports/dimcli/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/dimcli/CONTROL b/ports/dimcli/CONTROL index 12078257a..a477eb38b 100644 --- a/ports/dimcli/CONTROL +++ b/ports/dimcli/CONTROL @@ -1,4 +1,4 @@ Source: dimcli -Version: 4.1.0-1 +Version: 5.0.0 Homepage: https://github.com/gknowles/dimcli Description: C++ command line parser toolkit diff --git a/ports/dimcli/portfile.cmake b/ports/dimcli/portfile.cmake index 2d231117c..2c8049a43 100644 --- a/ports/dimcli/portfile.cmake +++ b/ports/dimcli/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO gknowles/dimcli - REF v4.1.0 - SHA512 5de010b5abfda9e6996bba8c621e03ae0cf81dbc2f69cd859e2ebf7b1706c451f7f8e142299784646d89ca3c3e5803e8711215680b8bdb8eb663158bff3b4f3d + REF v5.0.0 + SHA512 504e6f53e83ce17e8e4b59ecf1a610c2249c2bf48a308b1ee5db0e0e85d3cb08178d24534b5dee8bfaac83fd44c68cbbe8d300283d0023467b724a9340b56e4c HEAD_REF master PATCHES fix-NameBoolean.patch -- cgit v1.2.3