summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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