diff options
| author | Daniele Pallastrelli <5451767+daniele77@users.noreply.github.com> | 2020-07-06 22:39:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 13:39:02 -0700 |
| commit | 0f088f09a88d41495b98f319bac2cce5536d07af (patch) | |
| tree | 6eaeea5e1a9f8b241a43e72ddce7e9ae3e3f7b79 | |
| parent | aa2b9ef32e0c9318e4416d4893b38c5aa230f000 (diff) | |
| download | vcpkg-0f088f09a88d41495b98f319bac2cce5536d07af.tar.gz vcpkg-0f088f09a88d41495b98f319bac2cce5536d07af.zip | |
[cli] Update the version to 1.1.1 (#12139)
Co-authored-by: Daniele Pallastrelli <daniele.pallastrelli@sadel.it>
| -rw-r--r-- | ports/cli/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cli/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cli/CONTROL b/ports/cli/CONTROL index 65fba3521..b84813e2f 100644 --- a/ports/cli/CONTROL +++ b/ports/cli/CONTROL @@ -1,5 +1,5 @@ Source: cli -Version: 1.1.1 +Version: 1.2.0 Homepage: https://github.com/daniele77/cli Description: A library for interactive command line interfaces in modern C++ Build-Depends: boost-asio diff --git a/ports/cli/portfile.cmake b/ports/cli/portfile.cmake index 54ae21ba0..77813db66 100644 --- a/ports/cli/portfile.cmake +++ b/ports/cli/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO daniele77/cli - REF v1.1.1 - SHA512 c5046450af8818e23fc5187e66a963cfa981042a99b66c52bfe6119bf126348cd38c50472bc267197e4175ee056f8cf639b09846675450d67c06c1c64f64acba + REF v1.2.0 + SHA512 ff548cbc1a77ded32f67d0ff4740d2abb31226cb6f0d9d431e1a35dcdfcaf68a2b9e16e926fc88f19aa17f5c6f5f8e2aead83ff65d7557c192bdd7d4ce2a2d3e HEAD_REF master ) |
