diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-06-12 10:32:58 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-06-12 21:14:14 -0700 |
| commit | 2a0bf9c488d5291e82a37d19d4b0f81e79678f0d (patch) | |
| tree | 53f6b64abd06271f400852aa498657fc421277cd /ports/catch2 | |
| parent | e5253d22d264985f632aca4d13de365e6557b720 (diff) | |
| download | vcpkg-2a0bf9c488d5291e82a37d19d4b0f81e79678f0d.tar.gz vcpkg-2a0bf9c488d5291e82a37d19d4b0f81e79678f0d.zip | |
Upgrades for 2018.06.12
Diffstat (limited to 'ports/catch2')
| -rw-r--r-- | ports/catch2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/catch2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/catch2/CONTROL b/ports/catch2/CONTROL index a466f7be5..6cefca9db 100644 --- a/ports/catch2/CONTROL +++ b/ports/catch2/CONTROL @@ -1,4 +1,4 @@ Source: catch2 -Version: 2.2.2 +Version: 2.2.3 Description: A modern, header-only test framework for unit testing. Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2 diff --git a/ports/catch2/portfile.cmake b/ports/catch2/portfile.cmake index 5329d9cab..d3c4cee03 100644 --- a/ports/catch2/portfile.cmake +++ b/ports/catch2/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO catchorg/Catch2 - REF v2.2.2 - SHA512 ab91036c6c3ace087d0382ce99f26b2c30a4b75d52f285619ca282a618470fe388afe47495f3b2764268d600c6834c60ba464483d06f3a1c4316c099477c8e38 + REF v2.2.3 + SHA512 d065d5797045ce85f576977f78cbdc77a1e8ab820e164aafd91d305aa10a29f7f306734d484714ec05078858457d0a17a57a6246166da3c8f3c708a23a2adc46 HEAD_REF master ) |
