diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2016-05-31 18:47:31 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-01 23:37:17 +0200 |
commit | 61c6825c26799b75d7f217c483e9bbe66108317f (patch) | |
tree | b92c8f34177e86419c365f784ff43853debe1c62 | |
parent | b2229ff2b5f9805a5dd9015853a840616ab1d69a (diff) | |
download | buildroot-61c6825c26799b75d7f217c483e9bbe66108317f.tar.gz buildroot-61c6825c26799b75d7f217c483e9bbe66108317f.zip |
libconfuse: bump to version 3.0
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libconfuse/libconfuse.hash | 5 | ||||
-rw-r--r-- | package/libconfuse/libconfuse.mk | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/package/libconfuse/libconfuse.hash b/package/libconfuse/libconfuse.hash index 3e221d2a9c..ec485a1908 100644 --- a/package/libconfuse/libconfuse.hash +++ b/package/libconfuse/libconfuse.hash @@ -1,2 +1,3 @@ -# From https://github.com/martinh/libconfuse/releases/download/v2.8/confuse-2.8.tar.xz.md5 -md5 cb552c5737a72ef164733f0118971eb0 confuse-2.8.tar.xz +# From https://github.com/martinh/libconfuse/releases/download/v3.0/confuse-3.0.tar.xz.md5, sha256 locally computed. +md5 c534b51a2118ed57031dc548032304a3 confuse-3.0.tar.xz +sha256 bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861 confuse-3.0.tar.xz diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk index 1a01896ebc..089e12cdb5 100644 --- a/package/libconfuse/libconfuse.mk +++ b/package/libconfuse/libconfuse.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBCONFUSE_VERSION = 2.8 +LIBCONFUSE_VERSION = 3.0 LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.xz LIBCONFUSE_SITE = https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION) LIBCONFUSE_INSTALL_STAGING = YES |