Update Catch to 1.9.5

This commit is contained in:
Martin Hořeňovský 2017-06-15 13:09:44 +02:00
parent 2aa83904ea
commit d1841f11c7
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
Source: catch
Version: 1.9.4
Version: 1.9.5
Description: C++ Automated Test Cases in Headers

View File

@ -10,13 +10,13 @@
include(vcpkg_common_functions)
vcpkg_download_distfile(HEADER
URLS "https://github.com/philsquared/Catch/releases/download/v1.9.4/catch.hpp"
URLS "https://github.com/philsquared/Catch/releases/download/v1.9.5/catch.hpp"
FILENAME "catch.hpp"
SHA512 efbb5086d1eff393cf7997cd51f7b42d43cf744425f1abab91f3fb84524e98f9e0fef22d6725c2f5a1fe89965035d2ea5ea6e005abcf85a747953cf0101c9407
SHA512 4e5dc6959903282c90c7e7981238248072c7f5d4083ccfcd62ca8db494bed46cbd280624d1bafaf2221ca02e7877a4cc319f1adee06dfaeee9da3757b7a7ba56
)
vcpkg_download_distfile(LICENSE
URLS "https://raw.githubusercontent.com/philsquared/Catch/v1.9.4/LICENSE.txt"
URLS "https://raw.githubusercontent.com/philsquared/Catch/v1.9.5/LICENSE.txt"
FILENAME "LICENSE.txt"
SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
)