diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-04-15 22:30:11 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-15 22:30:11 -0700 |
| commit | c95512aaf6cb590a5fd809075d012e617ad33525 (patch) | |
| tree | 87af342c7cc8c8f613647df0d83fc72dfce4cd0e /ports/catch2 | |
| parent | 56bc2f9160abc9f6f8e0d60cf282d58fbdafe112 (diff) | |
| download | vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.tar.gz vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.zip | |
[many ports] Updates 2019.03.29 (#5698)
* Updates 2019.03.29
* Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures
* [folly] Fix target files in debug mode
* Undo glog changes since it caused sophus openmvg and cartographer failures
* Undo Folly changes since it cause wangle failed
* Undo Folly portfile
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 8a6b57c53..33b07cfaf 100644 --- a/ports/catch2/CONTROL +++ b/ports/catch2/CONTROL @@ -1,4 +1,4 @@ Source: catch2 -Version: 2.6.0 +Version: 2.7.0 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 63bcc3832..b8d7124bb 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.6.0 - SHA512 8d693cce413421ca747a0a3864d72c20f30fb8e432eb1f13e69605a71cc4e536d6710561f989cce6783d28f8b667b8da42c624056c4d412852885a8cf0df1e5d + REF v2.7.0 + SHA512 ab6c816642a92418c76c8ddabf17eb0c19bef1dc6ac2405c820280d670ef1d78c9ae89909f5a36bf063f0939d253b7c6b5e845c1ac4e63b338927e125dee950d HEAD_REF master ) |
