aboutsummaryrefslogtreecommitdiff
path: root/ports/catch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/catch')
-rw-r--r--ports/catch/CONTROL2
-rw-r--r--ports/catch/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/catch/CONTROL b/ports/catch/CONTROL
index 1c8d6b94a..af18c49de 100644
--- a/ports/catch/CONTROL
+++ b/ports/catch/CONTROL
@@ -1,3 +1,3 @@
Source: catch
-Version: 1.9.6
+Version: 1.10.0
Description: C++ Automated Test Cases in Headers
diff --git a/ports/catch/portfile.cmake b/ports/catch/portfile.cmake
index 98342e052..d78260cb8 100644
--- a/ports/catch/portfile.cmake
+++ b/ports/catch/portfile.cmake
@@ -1,11 +1,11 @@
include(vcpkg_common_functions)
-set(CATCH_VERSION v1.9.6)
+set(CATCH_VERSION v1.10.0)
vcpkg_download_distfile(HEADER
URLS "https://github.com/philsquared/Catch/releases/download/${CATCH_VERSION}/catch.hpp"
FILENAME "catch-${CATCH_VERSION}.hpp"
- SHA512 a0e4d568a5d90e72cef6ae9e741a66909235498c2901e96623892e5b323cb3bc51d55617ee6a42b30938a0cf2564323c621bd201d94eb67ba9c4fe5de65c10ee
+ SHA512 275ab5b5d778cc8a91b5f3e8f241a37b680c81d1b8945ff64ad16a9708c98e6535b389746bf8cacbed07f874629f456b56bafbf1879c5a6f84fa87675c1361b6
)
vcpkg_download_distfile(LICENSE