summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA14
1 files changed, 7 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index cf98e4a9..50e9afad 100644
--- a/METADATA
+++ b/METADATA
@@ -1,9 +1,5 @@
name: "catch"
-description:
- "A modern, C++-native, header-only, test framework for unit-tests, TDD and "
- "BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x "
- "branch)"
-
+description: "A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)"
third_party {
url {
type: HOMEPAGE
@@ -13,7 +9,11 @@ third_party {
type: GIT
value: "https://github.com/catchorg/Catch2.git"
}
- version: "v2.7.0"
- last_upgrade_date { year: 2019 month: 3 day: 7 }
+ version: "v2.7.2"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2019
+ month: 5
+ day: 2
+ }
}