doctest: update to 2.4.8.
This commit is contained in:
parent
c5f06e4f3b
commit
24d4ffa2b4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'doctest'
|
# Template file for 'doctest'
|
||||||
pkgname=doctest
|
pkgname=doctest
|
||||||
version=2.4.7
|
version=2.4.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Doctest C++ testing framework"
|
short_desc="Doctest C++ testing framework"
|
||||||
|
@ -8,8 +8,8 @@ maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="MIT"
|
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/v${version}.tar.gz"
|
||||||
checksum=551941e0b08fefdde39e394d484ed7ac6c867022c865e771f68a717cd3ce7d76
|
checksum=f52763630aa17bd9772b54e14b6cdd632c87adf0169455a86a49bd94abf2cd83
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue