aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/termcolor/portfile.cmake4
-rw-r--r--ports/termcolor/vcpkg.json2
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"
}