summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-06-19 10:32:44 +0000
committerwiz <wiz@pkgsrc.org>2020-06-19 10:32:44 +0000
commitf5adc153a24ff81a4cf831e55e684392d7a93ec9 (patch)
tree78c08d94acf9ecdeed898755a294b9d01de977a8 /devel
parent22743e1c38ec441bb3012faf839027ded88c49b4 (diff)
downloadpkgsrc-f5adc153a24ff81a4cf831e55e684392d7a93ec9.tar.gz
catch2: update to 2.12.2.
## 2.12.2 ### Fixes * Fixed compilation failure if `is_range` ADL found deleted function (#1929) * Fixed potential UB in `CAPTURE` if the expression contained non-ASCII characters (#1925) ### Improvements * `std::result_of` is not used if `std::invoke_result` is available (#1934) * JUnit reporter writes out `status` attribute for tests (#1899) * Suppresed clang-tidy's `hicpp-vararg` warning (#1921) * Catch2 was already suppressing the `cppcoreguidelines-pro-type-vararg` alias of the warning
Diffstat (limited to 'devel')
-rw-r--r--devel/catch2/Makefile4
-rw-r--r--devel/catch2/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile
index d3ce6e486cc..17de310e734 100644
--- a/devel/catch2/Makefile
+++ b/devel/catch2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/04/28 17:31:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/19 10:32:44 wiz Exp $
-DISTNAME= Catch2-2.12.1
+DISTNAME= Catch2-2.12.2
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=catchorg/}
diff --git a/devel/catch2/distinfo b/devel/catch2/distinfo
index 828cf24405b..e678d610714 100644
--- a/devel/catch2/distinfo
+++ b/devel/catch2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/04/28 17:31:59 wiz Exp $
+$NetBSD: distinfo,v 1.4 2020/06/19 10:32:44 wiz Exp $
-SHA1 (Catch2-2.12.1.tar.gz) = 52ace7f07fc83552bc4458430b0520479018e302
-RMD160 (Catch2-2.12.1.tar.gz) = a2ccaa51f6685deaa76740077ecc3744da7c327b
-SHA512 (Catch2-2.12.1.tar.gz) = b9d4995fd6a2674aa420f64bb62213d127b86f293c349d39ec5b3880c17676fb1cf97d8fc6ab792990fe592d906cac98a128d0013787dd6469fd654d8fc3a288
-Size (Catch2-2.12.1.tar.gz) = 641534 bytes
+SHA1 (Catch2-2.12.2.tar.gz) = 3244a6cd2d63498c3dd1f46c6326a6fac5ab110a
+RMD160 (Catch2-2.12.2.tar.gz) = 628a59916f8b376bc3fc13b3dc0569a7f640d3a2
+SHA512 (Catch2-2.12.2.tar.gz) = 9ecc553a7e24c95759fd4c43caec635f4c07e6073aa247779ed953831aece4b31f0a34df3459427a010aa7c43304674d0bb67629c23376d105a4817367adb4f8
+Size (Catch2-2.12.2.tar.gz) = 641913 bytes