Update Catch to 1.9.7

This commit is contained in:
Martin Hořeňovský 2017-08-11 00:03:15 +02:00
parent b2b41fbf18
commit dc064a4436
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -1,11 +1,10 @@
include(vcpkg_common_functions)
set(CATCH_VERSION v1.9.6)
set(CATCH_VERSION v1.9.7)
vcpkg_download_distfile(HEADER
URLS "https://github.com/philsquared/Catch/releases/download/${CATCH_VERSION}/catch.hpp"
FILENAME "catch-${CATCH_VERSION}.hpp"
SHA512 a0e4d568a5d90e72cef6ae9e741a66909235498c2901e96623892e5b323cb3bc51d55617ee6a42b30938a0cf2564323c621bd201d94eb67ba9c4fe5de65c10ee
SHA512 c61fc39d9388a45d9c601c05dafeeba0e7887476b3b28e30a6ab47cb00e062be626c12d9712caa49e0cbfa3fd7517874137a24e8c293d6dd23353ea87f9fbf5c
)
vcpkg_download_distfile(LICENSE