diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-03-23 00:22:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 09:22:08 -0700 |
| commit | f35afafcafd5e049f7ab584e8f8cef650da0283a (patch) | |
| tree | 46ed6491580cec655b845e6bf7788f5c53f61427 /ports | |
| parent | 9986c28da97f316fe3c79be0538af8f46a200796 (diff) | |
| download | vcpkg-f35afafcafd5e049f7ab584e8f8cef650da0283a.tar.gz vcpkg-f35afafcafd5e049f7ab584e8f8cef650da0283a.zip | |
[termcolor] update to 2.0.0 (#16824)
* [termcolor] update to 2.0.0
* update version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/termcolor/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/termcolor/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/termcolor/portfile.cmake b/ports/termcolor/portfile.cmake index 7ff0af33d..5a781d65d 100644 --- a/ports/termcolor/portfile.cmake +++ b/ports/termcolor/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ikalnytskyi/termcolor - REF v1.0.1 - SHA512 15deaa7d225fa7934c207e6a57d89fd4c0ea5ebef38c4ff58ff27e19f444b030c265406a525f545592d67cff2b24ed839992693bb6d043cb3d8bca986c53fd95 + REF 67eb0aa55e48ead9fe2aab049f0b1aa7943ba0ea #v2.0.0 + SHA512 c076f0acafa455fb3ed58bca5f0a0989dc3824e9b4f264fc5aa5b599068cc6551ccc2cfe1180a4ff0f8424e6adbfbbfeed50d395ab5f288b8c678cfa42e8fa17 HEAD_REF master ) diff --git a/ports/termcolor/vcpkg.json b/ports/termcolor/vcpkg.json index b226e8d3a..5ea5c349c 100644 --- a/ports/termcolor/vcpkg.json +++ b/ports/termcolor/vcpkg.json @@ -1,6 +1,6 @@ { "name": "termcolor", - "version-string": "1.0.1", + "version-semver": "2.0.0", "description": "Termcolor is a header-only C++ library for printing colored messages to the terminal.", "homepage": "https://github.com/ikalnytskyi/termcolor" } |
