diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-03-16 06:19:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 15:19:09 -0700 |
| commit | b6b16270d2d446becbea99f45cc1d5f59e63ec5d (patch) | |
| tree | 07c1b4887126ef18c41a62dfc11fc665f328455a | |
| parent | 44d235f7eee53f765578fdee3d340eb46c49ef81 (diff) | |
| download | vcpkg-b6b16270d2d446becbea99f45cc1d5f59e63ec5d.tar.gz vcpkg-b6b16270d2d446becbea99f45cc1d5f59e63ec5d.zip | |
[indicators] update to 2.0 (#16667)
* [indicators] update to 2.0
* update version
* delete default path
* update version
| -rw-r--r-- | ports/indicators/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/indicators/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/i-/indicators.json | 5 |
4 files changed, 10 insertions, 5 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" } diff --git a/versions/baseline.json b/versions/baseline.json index 4228b71f9..77d4dda6c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2557,7 +2557,7 @@ "port-version": 0 }, "indicators": { - "baseline": "2020-10-30", + "baseline": "2.0", "port-version": 0 }, "infoware": { diff --git a/versions/i-/indicators.json b/versions/i-/indicators.json index 6f33bb92c..b30cb7a4e 100644 --- a/versions/i-/indicators.json +++ b/versions/i-/indicators.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d3271abb0e661db9fa81a346851c0caaa540ade6", + "version": "2.0", + "port-version": 0 + }, + { "git-tree": "85e30c7a947d0081282323d5d0b7daf9cfd561aa", "version-string": "2020-10-30", "port-version": 0 |
