mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #3238 from eduardoabinader/bump_libcheck
check: bump to 0.11.0
This commit is contained in:
+6
-6
@@ -8,16 +8,16 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=check
|
PKG_NAME:=check
|
||||||
PKG_VERSION:=0.9.14
|
PKG_VERSION:=0.11.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/check
|
PKG_SOURCE_URL:=https://github.com/libcheck/check/releases/download/$(PKG_VERSION)
|
||||||
PKG_MD5SUM:=38263d115d784c17aa3b959ce94be8b8
|
PKG_MD5SUM:=9b90522b31f5628c2e0f55dda348e558
|
||||||
|
|
||||||
PKG_LICENSE:=LGPL-2.1+
|
PKG_LICENSE:=LGPL-2.1+
|
||||||
PKG_LICENSE_FILES:=COPYING.LESSER
|
PKG_LICENSE_FILES:=COPYING.LESSER
|
||||||
PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org>
|
PKG_MAINTAINER:=Eduardo Abinader <eduardoabinader@gmail.com>
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ define Package/check
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Unit testing framework for C
|
TITLE:=Unit testing framework for C
|
||||||
URL:=http://check.sourceforge.net/
|
URL:=https://libcheck.github.io/check/
|
||||||
DEPENDS:= +libpthread +librt
|
DEPENDS:= +libpthread +librt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user