doctest: update to 2.4.11.

This commit is contained in:
mobinmob 2023-04-02 15:56:04 +03:00 committed by Michal Vasilek
parent ec272edac0
commit b0795ae983

View file

@ -1,6 +1,6 @@
# Template file for 'doctest' # Template file for 'doctest'
pkgname=doctest pkgname=doctest
version=2.4.8 version=2.4.11
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/v${version}.tar.gz" distfiles="https://github.com/onqtam/doctest/archive/v${version}.tar.gz"
checksum=f52763630aa17bd9772b54e14b6cdd632c87adf0169455a86a49bd94abf2cd83 checksum=632ed2c05a7f53fa961381497bf8069093f0d6628c5f26286161fbd32a560186
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt