[catch-classic] Update to 1.12.2

This commit is contained in:
Robert Schumacher 2018-05-15 20:51:30 -07:00
parent fcb303331e
commit 87e7728ff3
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,11 +1,11 @@
include(vcpkg_common_functions)
set(CATCH_VERSION v1.12.1)
set(CATCH_VERSION v1.12.2)
vcpkg_download_distfile(HEADER
URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp"
FILENAME "catch-classic-${CATCH_VERSION}.hpp"
SHA512 2029065d979690a6b76318e1527fc770e062a3d3411f9354f03063263f01bd3a249c8e86a57eb0e07d66cd068f7cded7d369a53997c2b762eb5fdc2668e30152
SHA512 d2cf8b2fe95aae061a7771a0e1b7135583595d1f36dfc8d5e4d10e101ab58f6fac9d260f77c5760906c24aa402d7433aa82b5d6a0ca6b3ad91092dc5cc2d9c22
)
vcpkg_download_distfile(LICENSE