From 21d26f76ca93bc850a08b5178bbf0de9b995f2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Thu, 20 Aug 2020 02:35:08 +0200 Subject: [infoware] Bump version to 0.5.5 (#13010) --- 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 c0bec34ef..d65130342 100644 --- a/ports/infoware/CONTROL +++ b/ports/infoware/CONTROL @@ -1,6 +1,6 @@ Source: infoware Homepage: https://github.com/ThePhD/infoware -Version: 0.5.4 +Version: 0.5.5 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 7fbfe1fd8..bff5976d7 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.4 - SHA512 16c7c39ca59128fe6489ec70b0d840d48cc44e57fe0d7d2dc864443cf8be288ceaf32e28246f6ac2dda495662d7a38d1e6ddf49172a73aac55445ecea95a29a8 + REF v0.5.5 + SHA512 06aea2c3a51df30cfc220eafb603620c3cf5f00b0d5935486ac46c6c2333972910af2b53fc1e2187b5fce0aa9650323a0dff526d768ff54888bfc549a8173903 HEAD_REF master ) -- cgit v1.2.3