gawk: bump to version 4.1.1

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-03-18 16:00:39 -03:00 committed by Thomas Petazzoni
parent aabfbd6139
commit fb256466f6
2 changed files with 6 additions and 1 deletions

2
package/gawk/gawk.hash Normal file
View file

@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 efd4c6aafb1ce996309fc903ceb625e7012221c464eb72483dbb23adef1ee8db gawk-4.1.1.tar.xz

View file

@ -4,12 +4,15 @@
#
################################################################################
GAWK_VERSION = 4.1.0
GAWK_VERSION = 4.1.1
GAWK_SOURCE = gawk-$(GAWK_VERSION).tar.xz
GAWK_SITE = $(BR2_GNU_MIRROR)/gawk
GAWK_DEPENDENCIES = host-gawk $(if $(BR2_PACKAGE_MPFR),mpfr)
GAWK_LICENSE = GPLv3+
GAWK_LICENSE_FILES = COPYING
# beta libtool version
GAWK_AUTORECONF = YES
GAWK_GETTEXTIZE = YES
# Prefer full-blown gawk over busybox awk
ifeq ($(BR2_PACKAGE_BUSYBOX),y)