Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gawk: bump to version 4.1.1
@ 2015-03-18 19:00 Gustavo Zacarias
  2015-03-19 12:40 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-03-18 19:00 UTC (permalink / raw)
  To: buildroot

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gawk/gawk.hash | 2 ++
 package/gawk/gawk.mk   | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 package/gawk/gawk.hash

diff --git a/package/gawk/gawk.hash b/package/gawk/gawk.hash
new file mode 100644
index 0000000..72d3cdc
--- /dev/null
+++ b/package/gawk/gawk.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256	efd4c6aafb1ce996309fc903ceb625e7012221c464eb72483dbb23adef1ee8db	gawk-4.1.1.tar.xz
diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index af486c4..bf136fa 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -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)
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-19 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18 19:00 [Buildroot] [PATCH] gawk: bump to version 4.1.1 Gustavo Zacarias
2015-03-19 12:40 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox