diff mbox

[13/51] libconfuse: bump version

Message ID 1414349157-22749-13-git-send-email-maxime.hadjinlian@gmail.com
State Accepted
Headers show

Commit Message

Maxime Hadjinlian Oct. 26, 2014, 6:45 p.m. UTC
The tag v2.7 is from 2010, no release has been since then and a few
changes has been mode, notably a LICENSE file was added.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/libconfuse/libconfuse.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Nov. 1, 2014, 7 p.m. UTC | #1
Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:19 +0100, Maxime Hadjinlian wrote:
> The tag v2.7 is from 2010, no release has been since then and a few
> changes has been mode, notably a LICENSE file was added.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/libconfuse/libconfuse.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks. It would be good to contact upstream and ask them to
do a new release at some point :)

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk
index 61b233c..b3dcceb 100644
--- a/package/libconfuse/libconfuse.mk
+++ b/package/libconfuse/libconfuse.mk
@@ -4,13 +4,13 @@ 
 #
 ################################################################################
 
-LIBCONFUSE_VERSION = V2_7
+LIBCONFUSE_VERSION = 9413a82f9cb56a94f71fa420f146e841c5372ed8
 LIBCONFUSE_SITE = $(call github,martinh,libconfuse,$(LIBCONFUSE_VERSION))
 LIBCONFUSE_INSTALL_STAGING = YES
 LIBCONFUSE_CONF_OPTS = --disable-rpath
 LIBCONFUSE_DEPENDENCIES = host-flex
 LIBCONFUSE_LICENSE = ISC
-LIBCONFUSE_LICENSE_FILES = src/confuse.c
+LIBCONFUSE_LICENSE_FILES = LICENSE
 
 # Fresh from the repository, no configure et al.
 LIBCONFUSE_AUTORECONF = YES