mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 22:35:31 +08:00
Merge pull request #2658 from horenmar/catch-2.1.1
Update Catch to 2.1.1
This commit is contained in:
commit
ee44318556
@ -1,4 +1,4 @@
|
|||||||
Source: catch2
|
Source: catch2
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
Description: A modern, header-only test framework for unit testing.
|
Description: A modern, header-only test framework for unit testing.
|
||||||
Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2
|
Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
|
|
||||||
set(CATCH_VERSION v2.1.0)
|
set(CATCH_VERSION v2.1.1)
|
||||||
|
|
||||||
vcpkg_download_distfile(HEADER
|
vcpkg_download_distfile(HEADER
|
||||||
URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp"
|
URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp"
|
||||||
FILENAME "catchorg-catch2-${CATCH_VERSION}.hpp"
|
FILENAME "catchorg-catch2-${CATCH_VERSION}.hpp"
|
||||||
SHA512 967a9b4046ec2c72f094bebae381b5090e88358faefde9bdbca3d7e058c299c1bed0542653de79c857f78139d7969b0815bb8b8a60ff13e2144fcb7af2a2020c
|
SHA512 52a3161b92b7a21b360ce023b69b881c23869fa9194f22b4aadc9b3d1415520a1b525d5dd22b599495bef6ad4f051ecf853528c0e6296d2bf0c1bf99842bce52
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_download_distfile(LICENSE
|
vcpkg_download_distfile(LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user