aboutsummaryrefslogtreecommitdiff
path: root/ports/indicators
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-03-16 06:19:09 +0800
committerGitHub <noreply@github.com>2021-03-15 15:19:09 -0700
commitb6b16270d2d446becbea99f45cc1d5f59e63ec5d (patch)
tree07c1b4887126ef18c41a62dfc11fc665f328455a /ports/indicators
parent44d235f7eee53f765578fdee3d340eb46c49ef81 (diff)
downloadvcpkg-b6b16270d2d446becbea99f45cc1d5f59e63ec5d.tar.gz
vcpkg-b6b16270d2d446becbea99f45cc1d5f59e63ec5d.zip
[indicators] update to 2.0 (#16667)
* [indicators] update to 2.0 * update version * delete default path * update version
Diffstat (limited to 'ports/indicators')
-rw-r--r--ports/indicators/portfile.cmake6
-rw-r--r--ports/indicators/vcpkg.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/indicators/portfile.cmake b/ports/indicators/portfile.cmake
index 32569ddee..c4a49c0cc 100644
--- a/ports/indicators/portfile.cmake
+++ b/ports/indicators/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO p-ranav/indicators
- REF af7c004832cb23de824fe4acf78bfa0dd9fe0758
- SHA512 8ff80ddcde15163f311173679051febd69231a8eb3e56e0f83a513cc5384bca673ebc80692a42386b15159b95c9124aef79bd9da0ce273c70bce7c62c175aa51
+ REF b85eadb47c1d0f0edbb4da9c3b6384ec6486b24a # v2.0
+ SHA512 e9674440fa8643284a593b9e93345dc849301f42fe644b485e5dad1e12a20ef6687a2bf1eaeb2aec542d74544b7193c9b76b0166d7570781bc11604c71e8132a
HEAD_REF master
)
@@ -19,7 +19,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
-vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/indicators TARGET_PATH share/indicators)
+vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/indicators)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
diff --git a/ports/indicators/vcpkg.json b/ports/indicators/vcpkg.json
index 3c57ae332..5cca6d4b3 100644
--- a/ports/indicators/vcpkg.json
+++ b/ports/indicators/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "indicators",
- "version-string": "2020-10-30",
+ "version": "2.0",
"description": "Activity indicators for modern C++",
"homepage": "https://github.com/p-ranav/indicators"
}