mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
catch2: update to 3.6.0.
This commit is contained in:
parent
99723284c0
commit
8ab31220e7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'catch2'
|
# Template file for 'catch2'
|
||||||
pkgname=catch2
|
pkgname=catch2
|
||||||
version=3.4.0
|
version=3.6.0
|
||||||
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
|
||||||
|
@ -13,7 +13,7 @@ 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}/catch2-v${version}.tar.gz"
|
distfiles="https://github.com/catchorg/Catch2/archive/v${version}/catch2-v${version}.tar.gz"
|
||||||
checksum=122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb
|
checksum=485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue