diff options
| author | Martin Hořeňovský <martin.horenovsky@gmail.com> | 2017-04-11 17:21:17 +0200 |
|---|---|---|
| committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | 2017-04-11 17:22:10 +0200 |
| commit | e8e9158e864bf33e8f152c78d379c4867b802461 (patch) | |
| tree | 240cf78985482d2a929a5a5a4e4f16ceff618d37 | |
| parent | 37b250abb8f25d95a4c4323be8860875bd1e2168 (diff) | |
| download | vcpkg-e8e9158e864bf33e8f152c78d379c4867b802461.tar.gz vcpkg-e8e9158e864bf33e8f152c78d379c4867b802461.zip | |
Update Catch to 1.9.1
| -rw-r--r-- | ports/catch/CONTROL | 2 | ||||
| -rw-r--r-- | ports/catch/portfile.cmake | 14 |
2 files changed, 7 insertions, 9 deletions
diff --git a/ports/catch/CONTROL b/ports/catch/CONTROL index 39591137b..3e326d851 100644 --- a/ports/catch/CONTROL +++ b/ports/catch/CONTROL @@ -1,3 +1,3 @@ Source: catch -Version: 1.8.2 +Version: 1.9.1 Description: C++ Automated Test Cases in Headers diff --git a/ports/catch/portfile.cmake b/ports/catch/portfile.cmake index 54507276e..1484638fb 100644 --- a/ports/catch/portfile.cmake +++ b/ports/catch/portfile.cmake @@ -10,19 +10,17 @@ include(vcpkg_common_functions) vcpkg_download_distfile(HEADER - URLS "https://github.com/philsquared/Catch/releases/download/v1.8.2/catch.hpp" + URLS "https://github.com/philsquared/Catch/releases/download/v1.9.1/catch.hpp" FILENAME "catch.hpp" - SHA512 17ef87db95cc2f5097c46223df6832f7eaad8178266bb10532d0cc73f8ec96c61e96a21e8ace3df743830c9d06d10da2b67563435d69d211c1d5cc6980aecf67 + SHA512 129f4ed4cf7c32ee8f6ead1d4d1e8d4243929a62a857e921637dd39043066350f1674af0502a4d27cc3b29d64951558fe73e18d48d96a34e7a4dff9506ba0b48 ) vcpkg_download_distfile(LICENSE - URLS "https://raw.githubusercontent.com/philsquared/Catch/v1.8.2/LICENSE_1_0.txt" - FILENAME "LICENSE_1_0.txt" + URLS "https://raw.githubusercontent.com/philsquared/Catch/v1.9.1/LICENSE.txt" + FILENAME "LICENSE.txt" SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8 ) -file(COPY ${HEADER} DESTINATION ${CURRENT_PACKAGES_DIR}/include ) +file(COPY ${HEADER} DESTINATION ${CURRENT_PACKAGES_DIR}/include ) file(COPY ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/catch ) -file(RENAME ${CURRENT_PACKAGES_DIR}/share/catch/LICENSE_1_0.txt ${CURRENT_PACKAGES_DIR}/share/catch/copyright) - - +file(RENAME ${CURRENT_PACKAGES_DIR}/share/catch/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/catch/copyright) |
