mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[indicators] update to 2.0 (#16667)
* [indicators] update to 2.0 * update version * delete default path * update version
This commit is contained in:
parent
44d235f7ee
commit
b6b16270d2
@ -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)
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -2557,7 +2557,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"indicators": {
|
||||
"baseline": "2020-10-30",
|
||||
"baseline": "2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"infoware": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d3271abb0e661db9fa81a346851c0caaa540ade6",
|
||||
"version": "2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "85e30c7a947d0081282323d5d0b7daf9cfd561aa",
|
||||
"version-string": "2020-10-30",
|
||||
|
Loading…
x
Reference in New Issue
Block a user