cpptest: update to 2.0.0.
This commit is contained in:
parent
c10cf0e8ae
commit
e5fe1ed57f
2 changed files with 3 additions and 4 deletions
|
@ -3316,7 +3316,7 @@ libdleyna-core-1.0.so.5 dleyna-core-0.6.0_1
|
||||||
libdleyna-renderer-1.0.so.1 dleyna-renderer-0.6.0_1
|
libdleyna-renderer-1.0.so.1 dleyna-renderer-0.6.0_1
|
||||||
libdleyna-server-1.0.so.1 dleyna-server-0.6.0_1
|
libdleyna-server-1.0.so.1 dleyna-server-0.6.0_1
|
||||||
liburiparser.so.1 uriparser-0.8.6_1
|
liburiparser.so.1 uriparser-0.8.6_1
|
||||||
libcpptest.so.0 cpptest-1.1.2_1
|
libcpptest.so.1 cpptest-2.0.0_1
|
||||||
libhandy-0.0.so.0 libhandy-0.0.3_1
|
libhandy-0.0.so.0 libhandy-0.0.3_1
|
||||||
libswitchboard-2.0.so.0 switchboard-2.3.2_1
|
libswitchboard-2.0.so.0 switchboard-2.3.2_1
|
||||||
libcodecore.so.0 libio.elementary.code-3.0_1
|
libcodecore.so.0 libio.elementary.code-3.0_1
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'cpptest'
|
# Template file for 'cpptest'
|
||||||
pkgname=cpptest
|
pkgname=cpptest
|
||||||
version=1.1.2
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_wrksrc="$pkgname"
|
|
||||||
hostmakedepends="autoconf automake libtool"
|
hostmakedepends="autoconf automake libtool"
|
||||||
short_desc="C++ Unit Testing Framework"
|
short_desc="C++ Unit Testing Framework"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/cpptest/cpptest"
|
homepage="https://github.com/cpptest/cpptest"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=9b15cc5b08fa52eaeb5199e214a1a7c5e821240ff8514664710986cb02d60e9b
|
checksum=09d35d6ecc0e801925579b18efa0adfaa18e8fed19b2f4f743ec7a53f510e409
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue