mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
catch2: update to 2.13.10.
This commit is contained in:
parent
4e945e7a1a
commit
6a90966fca
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'catch2'
|
# Template file for 'catch2'
|
||||||
pkgname=catch2
|
pkgname=catch2
|
||||||
version=2.13.4
|
version=2.13.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON
|
configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON
|
||||||
|
@ -12,8 +12,8 @@ short_desc="C++ header-only test framework for unit-tests, TDD and BDD"
|
||||||
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
|
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
homepage="https://github.com/catchorg/Catch2"
|
homepage="https://github.com/catchorg/Catch2"
|
||||||
distfiles="https://github.com/catchorg/Catch2/archive/v${version}/${pkgname}-v${version}.tar.gz"
|
distfiles="https://github.com/catchorg/Catch2/archive/v${version}/catch2-v${version}.tar.gz"
|
||||||
checksum=e7eb70b3d0ac2ed7dcf14563ad808740c29e628edde99e973adad373a2b5e4df
|
checksum=d54a712b7b1d7708bc7a819a8e6e47b2fde9536f487b89ccbca295072a7d9943
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue