catch2: update to 3.4.0.
This commit is contained in:
parent
b79cabbb7d
commit
3b69a8a4be
@ -1,15 +0,0 @@
|
||||
From: Johnnynator
|
||||
|
||||
errno on Musl and Glibc expand differently by one space
|
||||
---
|
||||
--- a/scripts/approvalTests.py 2019-12-28 21:24:04.000000000 +0100
|
||||
+++ b/scripts/approvalTests.py 2019-12-28 21:24:04.000000000 +0100
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
# errno macro expands into various names depending on platform, so we need to fix them up as well
|
||||
errnoParser = re.compile(r'''
|
||||
- \(\*__errno_location\ \(\)\)
|
||||
+ \(\*__errno_location\s*\(\)\)
|
||||
|
|
||||
\(\*__error\(\)\)
|
||||
|
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'catch2'
|
||||
pkgname=catch2
|
||||
version=2.13.10
|
||||
version=3.4.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON
|
||||
@ -13,7 +13,7 @@ maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
|
||||
license="BSL-1.0"
|
||||
homepage="https://github.com/catchorg/Catch2"
|
||||
distfiles="https://github.com/catchorg/Catch2/archive/v${version}/catch2-v${version}.tar.gz"
|
||||
checksum=d54a712b7b1d7708bc7a819a8e6e47b2fde9536f487b89ccbca295072a7d9943
|
||||
checksum=122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user