[indicators] update to 2.0 (#16667)

* [indicators] update to 2.0

* update version

* delete default path

* update version
This commit is contained in:
JonLiu1993 2021-03-16 06:19:09 +08:00 committed by GitHub
parent 44d235f7ee
commit b6b16270d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -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)

View File

@ -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"
}

View File

@ -2557,7 +2557,7 @@
"port-version": 0
},
"indicators": {
"baseline": "2020-10-30",
"baseline": "2.0",
"port-version": 0
},
"infoware": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d3271abb0e661db9fa81a346851c0caaa540ade6",
"version": "2.0",
"port-version": 0
},
{
"git-tree": "85e30c7a947d0081282323d5d0b7daf9cfd561aa",
"version-string": "2020-10-30",