Update Catch to 2.0.1

This commit is contained in:
Martin Hořeňovský 2017-11-05 11:05:14 +01:00
parent 330b8d8bab
commit f96080db34
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
Source: catch
Version: 1.11.0
Version: 2.0.1
Description: C++ Automated Test Cases in Headers

View File

@ -1,17 +1,17 @@
include(vcpkg_common_functions)
set(CATCH_VERSION v1.11.0)
set(CATCH_VERSION v2.0.1)
vcpkg_download_distfile(HEADER
URLS "https://github.com/philsquared/Catch/releases/download/${CATCH_VERSION}/catch.hpp"
FILENAME "catch-${CATCH_VERSION}.hpp"
SHA512 8ce490cfa433ec1c6b6460d76e1d9a6502966ada96fec7290fe9827a965751f3d572e97b93bbbb5e2bc97ffcf70bb547a050405b80a1a816054bd6afd1208cbe
SHA512 421a913e9c1671ef32833ec82c1889de69f74b80241708702873e54d804b1f7a3814ff01a34b945242e92d8a63cd668b0eb7f335b7fed352ef94679ad5295c0e
)
vcpkg_download_distfile(LICENSE
URLS "https://raw.githubusercontent.com/philsquared/Catch/${CATCH_VERSION}/LICENSE.txt"
FILENAME "catch-LICENSE-${CATCH_VERSION}.txt"
SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
SHA512 f1a8d21ccbb6436d289ecfae65b9019278e40552a2383aaf6c1dfed98affe6e7bbf364d67597a131642b62446a0c40495e66a7efca7e6dff72727c6fd3776407
)
file(INSTALL ${HEADER} DESTINATION ${CURRENT_PACKAGES_DIR}/include RENAME catch.hpp)