On Wed, Feb 5, 2020 at 11:40 AM Eduardo Abinader <[email protected]> wrote: > > From: Eduardo Abinader <[email protected]> Wrong place. https://github.com/openwrt/packages/
What uses this? > > Compiled and run in x86_64. > > This release adds support for CMake's FetchContent. > > Changes: > > -Add support for FetchContent in CMake > -Rename CMake project from 'check' to 'Check' > -Fix for checking for wrong tool when building docs in Autotools > -Fix compiler warning with printf format > --- > libs/check/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libs/check/Makefile b/libs/check/Makefile > index 35f90c3..52a400d 100644 > --- a/libs/check/Makefile > +++ b/libs/check/Makefile > @@ -8,12 +8,12 @@ > include $(TOPDIR)/rules.mk > > PKG_NAME:=check > -PKG_VERSION:=0.13.0 > +PKG_VERSION:=0.14.0 > PKG_RELEASE:=1 > > PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz > > PKG_SOURCE_URL:=https://github.com/libcheck/check/releases/download/$(PKG_VERSION) > -PKG_HASH:=c4336b31447acc7e3266854f73ec188cdb15554d0edd44739631da174a569909 > +PKG_HASH:=bd0f0ca1be65b70238b32f8e9fe5d36dc2fbf7a759b7edf28e75323a7d74f30b > > PKG_MAINTAINER:=Eduardo Abinader <[email protected]> > PKG_LICENSE:=LGPL-2.1-or-later > -- > 2.20.1 > > > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
