From 930b3de8fa38a6ee028bcee6d8560d32b54389b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Thu, 2 Jul 2020 02:00:32 +0200 Subject: [infoware] Bump version to 0.5.4 (#12167) --- ports/infoware/CONTROL | 2 +- ports/infoware/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/infoware/CONTROL b/ports/infoware/CONTROL index 90b7d6532..c0bec34ef 100644 --- a/ports/infoware/CONTROL +++ b/ports/infoware/CONTROL @@ -1,6 +1,6 @@ Source: infoware Homepage: https://github.com/ThePhD/infoware -Version: 0.5.3 +Version: 0.5.4 Description: C++ Library for pulling system and hardware information, without hitting the command line. # Note that independent usage and testing may work, but it seems to fail in CI environments for potential cross-compilation, # and is thusly noted here to note break how vcpkg builds things! diff --git a/ports/infoware/portfile.cmake b/ports/infoware/portfile.cmake index 4b012954d..7fbfe1fd8 100644 --- a/ports/infoware/portfile.cmake +++ b/ports/infoware/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ThePhD/infoware - REF v0.5.3 - SHA512 217bb9332214d823445e19f2c465199536e89a36faccea8cb72f8dd41a177e1739969d131ad25d1878e688a3a6cc1290c2125ef9d2205ad4fd334b24b27d491a + REF v0.5.4 + SHA512 16c7c39ca59128fe6489ec70b0d840d48cc44e57fe0d7d2dc864443cf8be288ceaf32e28246f6ac2dda495662d7a38d1e6ddf49172a73aac55445ecea95a29a8 HEAD_REF master ) -- cgit v1.2.3