summaryrefslogtreecommitdiffstats
path: root/package/check
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-03-12 22:30:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-12 22:59:29 +0100
commit212c4b3e874658c2cbd11701b6d1185a86ac9496 (patch)
treea455f99a9721a9d863fea22697b491c61bafc296 /package/check
parentd5c7f009875683a2c310478f846ddeb12d862d0c (diff)
downloadbuildroot-212c4b3e874658c2cbd11701b6d1185a86ac9496.tar.gz
buildroot-212c4b3e874658c2cbd11701b6d1185a86ac9496.zip
check: bump to version 0.11.0
Upstream moved to github. Update homepage and download links. Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/check')
-rw-r--r--package/check/Config.in2
-rw-r--r--package/check/check.hash5
-rw-r--r--package/check/check.mk4
3 files changed, 5 insertions, 6 deletions
diff --git a/package/check/Config.in b/package/check/Config.in
index 04682e1481..2312fbf81c 100644
--- a/package/check/Config.in
+++ b/package/check/Config.in
@@ -3,4 +3,4 @@ config BR2_PACKAGE_CHECK
help
Check is a unit testing framework for C.
- http://check.sourceforge.net/
+ https://libcheck.github.io/check/
diff --git a/package/check/check.hash b/package/check/check.hash
index 0c3a924b57..f0c02ba998 100644
--- a/package/check/check.hash
+++ b/package/check/check.hash
@@ -1,3 +1,2 @@
-# From http://sourceforge.net/projects/check/files/check/0.10.0/
-md5 53c5e5c77d090e103a17f3ed7fd7d8b8 check-0.10.0.tar.gz
-sha1 35d3a53446aea7b21a770faedb358d0fc7cba76d check-0.10.0.tar.gz
+# Locally computed
+sha256 24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616 check-0.11.0.tar.gz
diff --git a/package/check/check.mk b/package/check/check.mk
index 92dd033651..ccaefa7236 100644
--- a/package/check/check.mk
+++ b/package/check/check.mk
@@ -4,8 +4,8 @@
#
################################################################################
-CHECK_VERSION = 0.10.0
-CHECK_SITE = http://downloads.sourceforge.net/project/check/check/$(CHECK_VERSION)
+CHECK_VERSION = 0.11.0
+CHECK_SITE = https://github.com/libcheck/check/releases/download/$(CHECK_VERSION)
CHECK_INSTALL_STAGING = YES
CHECK_DEPENDENCIES = host-pkgconf
CHECK_LICENSE = LGPLv2.1+
OpenPOWER on IntegriCloud