aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Pallastrelli <5451767+daniele77@users.noreply.github.com>2020-08-29 00:38:55 +0200
committerGitHub <noreply@github.com>2020-08-28 15:38:55 -0700
commit62a64f09a1260cb77c8d57f4f79120087ffc0f40 (patch)
tree28e93285d4461d73552cc6435dcf67d5f1a92caf
parent5824945f054b08c74f7d39c9790a4eb2050a7784 (diff)
downloadvcpkg-62a64f09a1260cb77c8d57f4f79120087ffc0f40.tar.gz
vcpkg-62a64f09a1260cb77c8d57f4f79120087ffc0f40.zip
[cli] Update the version to 1.2.1 (#13180)
-rw-r--r--ports/cli/CONTROL2
-rw-r--r--ports/cli/portfile.cmake8
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/cli/CONTROL b/ports/cli/CONTROL
index b84813e2f..8cda2750e 100644
--- a/ports/cli/CONTROL
+++ b/ports/cli/CONTROL
@@ -1,5 +1,5 @@
Source: cli
-Version: 1.2.0
+Version: 1.2.1
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 77813db66..134c71829 100644
--- a/ports/cli/portfile.cmake
+++ b/ports/cli/portfile.cmake
@@ -1,10 +1,8 @@
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO daniele77/cli
- REF v1.2.0
- SHA512 ff548cbc1a77ded32f67d0ff4740d2abb31226cb6f0d9d431e1a35dcdfcaf68a2b9e16e926fc88f19aa17f5c6f5f8e2aead83ff65d7557c192bdd7d4ce2a2d3e
+ REF v1.2.1
+ SHA512 fc834608ac2ca6c3f330711c80897cc581eb1ed8da7a0d56a07efe6650d871f5317c777a6a029fdc0177684f08479bd129cc0ce748354bac3dbe6af79a390d14
HEAD_REF master
)
@@ -17,4 +15,4 @@ vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/cli)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cli RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)