diff mbox

libconfig: bump to 1.5

Message ID 1435261934-11054-1-git-send-email-yegorslists@googlemail.com
State Accepted
Commit 5a89f1c759dbad494a6abf921970b879eabae8d9
Headers show

Commit Message

Yegor Yefremov June 25, 2015, 7:52 p.m. UTC
Add hash file.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/libconfig/libconfig.hash | 2 ++
 package/libconfig/libconfig.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/libconfig/libconfig.hash

Comments

Yann E. MORIN June 25, 2015, 9:58 p.m. UTC | #1
Gustavo, All,

On 2015-06-25 21:52 +0200, Yegor Yefremov spake thusly:
> Add hash file.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Build-tested only; hash validated by Buildroot.

Regards,
Yann E. MORIN.

> ---
>  package/libconfig/libconfig.hash | 2 ++
>  package/libconfig/libconfig.mk   | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 package/libconfig/libconfig.hash
> 
> diff --git a/package/libconfig/libconfig.hash b/package/libconfig/libconfig.hash
> new file mode 100644
> index 0000000..30110cb
> --- /dev/null
> +++ b/package/libconfig/libconfig.hash
> @@ -0,0 +1,2 @@
> +# Locally computed:
> +sha256  e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6  libconfig-1.5.tar.gz
> diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk
> index a70ff94..f11937c 100644
> --- a/package/libconfig/libconfig.mk
> +++ b/package/libconfig/libconfig.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBCONFIG_VERSION = 1.4.9
> +LIBCONFIG_VERSION = 1.5
>  LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
>  LIBCONFIG_LICENSE = LGPLv2.1+
>  LIBCONFIG_LICENSE_FILES = COPYING.LIB
> -- 
> 2.1.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Yann E. MORIN June 25, 2015, 10:27 p.m. UTC | #2
Yegor, All,

On 2015-06-25 23:58 +0200, Yann E. MORIN spake thusly:
> Gustavo, All,

Hmm.. Sorry, I was so used to type "Gustavo" in the previous reviews I
did just before, that this has become a reflex...

Thanks Yegor for your patch! ;-)

Regards,
Yann E. MORIN.
Peter Korsgaard June 26, 2015, 7:37 a.m. UTC | #3
>>>>> "Yegor" == Yegor Yefremov <yegorslists@googlemail.com> writes:

 > Add hash file.
 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libconfig/libconfig.hash b/package/libconfig/libconfig.hash
new file mode 100644
index 0000000..30110cb
--- /dev/null
+++ b/package/libconfig/libconfig.hash
@@ -0,0 +1,2 @@ 
+# Locally computed:
+sha256  e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6  libconfig-1.5.tar.gz
diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk
index a70ff94..f11937c 100644
--- a/package/libconfig/libconfig.mk
+++ b/package/libconfig/libconfig.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBCONFIG_VERSION = 1.4.9
+LIBCONFIG_VERSION = 1.5
 LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
 LIBCONFIG_LICENSE = LGPLv2.1+
 LIBCONFIG_LICENSE_FILES = COPYING.LIB