diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-01-18 00:36:23 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-01-18 00:40:16 -0800 |
| commit | bbc24d2212ad8ea64ee656cf5efbc32f96cd4f42 (patch) | |
| tree | dd3bf6e080be5f89144083a06d27178739fe90e0 | |
| parent | 0fb03e8b73b3b38c1f972f036b695b56fab8645f (diff) | |
| download | vcpkg-bbc24d2212ad8ea64ee656cf5efbc32f96cd4f42.tar.gz vcpkg-bbc24d2212ad8ea64ee656cf5efbc32f96cd4f42.zip | |
[catch2] Fix hashes and CONTROL
| -rw-r--r-- | ports/catch2/CONTROL | 5 | ||||
| -rw-r--r-- | ports/catch2/portfile.cmake | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/ports/catch2/CONTROL b/ports/catch2/CONTROL index 31e4d87fa..6eeb40c21 100644 --- a/ports/catch2/CONTROL +++ b/ports/catch2/CONTROL @@ -1,5 +1,4 @@ Source: catch2 Version: 2.1.0 -Description: A modern, header-only test framework for unit testing - -Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2 +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 87e2482e3..635bc385a 100644 --- a/ports/catch2/portfile.cmake +++ b/ports/catch2/portfile.cmake @@ -4,15 +4,15 @@ set(CATCH_VERSION v2.1.0) vcpkg_download_distfile(HEADER URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp" - FILENAME "catch-${CATCH_VERSION}.hpp" - SHA512 6c2b9d4337369362b9079ac4eb53481e2db2a235af6ed0fa9d178775336a5c2d6aba1f86967f53de736aa198ae9d1acadd15a8c3ae2348c7dec0450e6452c716 + FILENAME "catchorg-catch2-${CATCH_VERSION}.hpp" + SHA512 967a9b4046ec2c72f094bebae381b5090e88358faefde9bdbca3d7e058c299c1bed0542653de79c857f78139d7969b0815bb8b8a60ff13e2144fcb7af2a2020c ) vcpkg_download_distfile(LICENSE URLS "https://raw.githubusercontent.com/catchorg/Catch2/${CATCH_VERSION}/LICENSE.txt" - FILENAME "catch-LICENSE-${CATCH_VERSION}.txt" - SHA512 f1a8d21ccbb6436d289ecfae65b9019278e40552a2383aaf6c1dfed98affe6e7bbf364d67597a131642b62446a0c40495e66a7efca7e6dff72727c6fd3776407 + FILENAME "catchorg-catch2-LICENSE-${CATCH_VERSION}.txt" + SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8 ) file(INSTALL ${HEADER} DESTINATION ${CURRENT_PACKAGES_DIR}/include RENAME catch.hpp) -file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/catch RENAME copyright) +file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/catch2 RENAME copyright) |
