buildroot/package/cppunit/cppunit.mk
Bernd Kuhls dc7f2df6d0 package/cppunit: bump version to 1.14.0
Release notes:
https://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS

Added sha256 hash provided by upstream, and therefore drop our locally
calculated sha512 hash. Add hash for the license file as well.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-27 12:45:52 +01:00

15 lines
409 B
Makefile

################################################################################
#
# cppunit
#
################################################################################
CPPUNIT_VERSION = 1.14.0
CPPUNIT_SITE = http://dev-www.libreoffice.org/src
CPPUNIT_INSTALL_STAGING = YES
CPPUNIT_LICENSE = LGPL-2.1
CPPUNIT_LICENSE_FILES = COPYING
CPPUNIT_CONF_OPTS = --disable-doxygen
$(eval $(autotools-package))