aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/catch-classic/CONTROL2
-rw-r--r--ports/catch-classic/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/catch-classic/CONTROL b/ports/catch-classic/CONTROL
index e4cd614fb..7b19cead5 100644
--- a/ports/catch-classic/CONTROL
+++ b/ports/catch-classic/CONTROL
@@ -1,5 +1,5 @@
Source: catch-classic
-Version: 1.10.0
+Version: 1.11.0
Description: A modern, header-only test framework for unit tests
This is specifically the legacy 1.x branch provided for compatibility
with older compilers.
diff --git a/ports/catch-classic/portfile.cmake b/ports/catch-classic/portfile.cmake
index e09b7c995..1b5312606 100644
--- a/ports/catch-classic/portfile.cmake
+++ b/ports/catch-classic/portfile.cmake
@@ -1,11 +1,11 @@
include(vcpkg_common_functions)
-set(CATCH_VERSION v1.10.0)
+set(CATCH_VERSION v1.11.0)
vcpkg_download_distfile(HEADER
URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp"
FILENAME "catch-classic-${CATCH_VERSION}.hpp"
- SHA512 275ab5b5d778cc8a91b5f3e8f241a37b680c81d1b8945ff64ad16a9708c98e6535b389746bf8cacbed07f874629f456b56bafbf1879c5a6f84fa87675c1361b6
+ SHA512 8ce490cfa433ec1c6b6460d76e1d9a6502966ada96fec7290fe9827a965751f3d572e97b93bbbb5e2bc97ffcf70bb547a050405b80a1a816054bd6afd1208cbe
)
vcpkg_download_distfile(LICENSE