From cbb72bc346a8495ecafe28dbcf41ace2dde95e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Thu, 6 May 2021 22:53:01 +0200 Subject: [infoware] Bump version to 0.6.0 (#17597) * [infoware] Bump version to 0.6.0 * update vcpkg.json Co-authored-by: Jonliu1993 <13720414433@163.com> --- ports/infoware/portfile.cmake | 4 ++-- ports/infoware/vcpkg.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'ports') diff --git a/ports/infoware/portfile.cmake b/ports/infoware/portfile.cmake index 92801eb9b..670259003 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.5 - SHA512 06aea2c3a51df30cfc220eafb603620c3cf5f00b0d5935486ac46c6c2333972910af2b53fc1e2187b5fce0aa9650323a0dff526d768ff54888bfc549a8173903 + REF v0.6.0 + SHA512 38be9e375508c7fdee4be3540d80c95bf14dbef68c7880d3dc98de3128b43680c18ceb09fb0da33b6d31064d8cdbf0672671d6b4be4f0a4208a0b99d0224bd2e HEAD_REF master ) diff --git a/ports/infoware/vcpkg.json b/ports/infoware/vcpkg.json index fc6fd7d32..14c93e7f6 100644 --- a/ports/infoware/vcpkg.json +++ b/ports/infoware/vcpkg.json @@ -1,8 +1,7 @@ { "$reason": "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!", "name": "infoware", - "version-string": "0.5.5", - "port-version": 1, + "version-string": "0.6.0", "description": "C++ Library for pulling system and hardware information, without hitting the command line.", "homepage": "https://github.com/ThePhD/infoware", "supports": "!(arm | uwp)", -- cgit v1.2.3