[Catch2] Upgrade to 2.6.0 (#5327)

This commit is contained in:
MikeGitb 2019-02-07 21:07:20 +01:00 committed by Codiferous
parent bc119009ab
commit e1d0090697
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: catch2
Version: 2.5.0
Version: 2.6.0
Description: A modern, header-only test framework for unit testing.
Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO catchorg/Catch2
REF v2.5.0
SHA512 420f1d1a5ea7b69be9fb316a8abe1fb7c7e78d44a982e883748f1e0c8d2a435c1518b6022742716019558a740f8b31977ed6a786b0293e0504206b016801cfe8
REF v2.6.0
SHA512 8d693cce413421ca747a0a3864d72c20f30fb8e432eb1f13e69605a71cc4e536d6710561f989cce6783d28f8b667b8da42c624056c4d412852885a8cf0df1e5d
HEAD_REF master
)