Update Catch to 1.11.0

This commit is contained in:
Martin Hořeňovský 2018-01-12 10:51:26 +01:00
parent 129971d228
commit 508edef95a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: catch-classic Source: catch-classic
Version: 1.10.0 Version: 1.11.0
Description: A modern, header-only test framework for unit tests Description: A modern, header-only test framework for unit tests
This is specifically the legacy 1.x branch provided for compatibility This is specifically the legacy 1.x branch provided for compatibility
with older compilers. with older compilers.

View File

@ -1,11 +1,11 @@
include(vcpkg_common_functions) include(vcpkg_common_functions)
set(CATCH_VERSION v1.10.0) set(CATCH_VERSION v1.11.0)
vcpkg_download_distfile(HEADER vcpkg_download_distfile(HEADER
URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp" URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp"
FILENAME "catch-classic-${CATCH_VERSION}.hpp" FILENAME "catch-classic-${CATCH_VERSION}.hpp"
SHA512 275ab5b5d778cc8a91b5f3e8f241a37b680c81d1b8945ff64ad16a9708c98e6535b389746bf8cacbed07f874629f456b56bafbf1879c5a6f84fa87675c1361b6 SHA512 8ce490cfa433ec1c6b6460d76e1d9a6502966ada96fec7290fe9827a965751f3d572e97b93bbbb5e2bc97ffcf70bb547a050405b80a1a816054bd6afd1208cbe
) )
vcpkg_download_distfile(LICENSE vcpkg_download_distfile(LICENSE