]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libconfuse: bump version to 3.1
authorFrank Hunleth <fhunleth@troodon-software.com>
Wed, 24 May 2017 14:01:00 +0000 (10:01 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 24 May 2017 14:02:56 +0000 (16:02 +0200)
Release notes are at:

https://github.com/martinh/libconfuse/releases/tag/v3.1

Also, this release now ships with lexer.c so flex is no longer required
for building libconfuse.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libconfuse/libconfuse.hash
package/libconfuse/libconfuse.mk

index ec485a19088532caf6c6b0cbfabe0a1a10a6904f..e57e59c56dc9b5971e5de59f0b656989d0dffa6b 100644 (file)
@@ -1,3 +1,3 @@
-# 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
+# From https://github.com/martinh/libconfuse/releases/download/v3.1/confuse-3.1.tar.xz.md5, sha256 locally computed.
+md5  08f1ace0055f92d80a8ad11671346a37  confuse-3.1.tar.xz
+sha256  8171f31e0071d5e4460269fdcc8b4e748cf23b4bf6bbe672f718a136dd63ca66  confuse-3.1.tar.xz
index 2908af3292af0cf7f7b12f97f48e9a3090bd6477..5f1d5cdff9ff3fdeaf33d86738fb84b61808a50d 100644 (file)
@@ -4,13 +4,11 @@
 #
 ################################################################################
 
-LIBCONFUSE_VERSION = 3.0
+LIBCONFUSE_VERSION = 3.1
 LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.xz
 LIBCONFUSE_SITE = https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)
 LIBCONFUSE_INSTALL_STAGING = YES
 LIBCONFUSE_CONF_OPTS = --disable-rpath
-LIBCONFUSE_DEPENDENCIES = host-flex
-HOST_LIBCONFUSE_DEPENDENCIES = host-flex
 LIBCONFUSE_LICENSE = ISC
 LIBCONFUSE_LICENSE_FILES = LICENSE