doctest: update to 2.4.7.

This commit is contained in:
mobinmob 2021-12-11 21:48:38 +02:00 committed by Piotr
parent 041a796e53
commit de076b1ad6

View file

@ -1,6 +1,6 @@
# Template file for 'doctest' # Template file for 'doctest'
pkgname=doctest pkgname=doctest
version=2.4.6 version=2.4.7
revision=1 revision=1
build_style=cmake build_style=cmake
short_desc="Doctest C++ testing framework" short_desc="Doctest C++ testing framework"
@ -9,7 +9,7 @@ license="MIT"
homepage="https://github.com/onqtam/doctest" homepage="https://github.com/onqtam/doctest"
changelog="https://raw.githubusercontent.com/onqtam/doctest/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/onqtam/doctest/master/CHANGELOG.md"
distfiles="https://github.com/onqtam/doctest/archive/${version}.tar.gz" distfiles="https://github.com/onqtam/doctest/archive/${version}.tar.gz"
checksum=39110778e6baf373ef04342d7cb3fe35da104cb40769103e8a2f0035f5a5f1cb checksum=551941e0b08fefdde39e394d484ed7ac6c867022c865e771f68a717cd3ce7d76
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt