aboutsummaryrefslogtreecommitdiff
path: root/ports/rapidcheck/CONTROL
diff options
context:
space:
mode:
authorEric Kilmer <eric.d.kilmer@gmail.com>2020-08-28 01:16:03 -0400
committerGitHub <noreply@github.com>2020-08-27 22:16:03 -0700
commit2f52c7cbaa13650c525c843af4699fda19c819f7 (patch)
tree1f52b8d564603187a7eb2245a35479ba8f13ee75 /ports/rapidcheck/CONTROL
parent1f1a6806728133f51501a73e218b401ba127a35b (diff)
downloadvcpkg-2f52c7cbaa13650c525c843af4699fda19c819f7.tar.gz
vcpkg-2f52c7cbaa13650c525c843af4699fda19c819f7.zip
[rapidcheck] Update and fix compiler error with clang-10 (#13143)
Diffstat (limited to 'ports/rapidcheck/CONTROL')
-rw-r--r--ports/rapidcheck/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rapidcheck/CONTROL b/ports/rapidcheck/CONTROL
index 9c3e4c7b5..5f46ed702 100644
--- a/ports/rapidcheck/CONTROL
+++ b/ports/rapidcheck/CONTROL
@@ -1,4 +1,4 @@
Source: rapidcheck
-Version: 2018-11-05-2
+Version: 2020-08-25
Homepage: https://github.com/emil-e/rapidcheck
Description: A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.