From 9a813acbc8ed427bfd0db58de66eb00c9dd9c691 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Aug 2009 00:10:27 +0200 Subject: [PATCH] gawk: update to 3.1.7. --HG-- extra : convert_revision : 7031b808a5fce949fb8d5610eaf570105bbbf414 --- templates/gawk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gawk/template b/templates/gawk/template index 391e633a6a8..e0215a0dfe5 100644 --- a/templates/gawk/template +++ b/templates/gawk/template @@ -1,12 +1,12 @@ # Template file for 'gawk' pkgname=gawk -version=3.1.6 +version=3.1.7 distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="ac_cv_func_working_mktime=yes" short_desc="The GNU awk utility" maintainer="Juan RP " -checksum=06dd872da7145088ae08475f7b11e5b9e810b8ead7d78d039003e671bb76ec65 +checksum=f2a2f3b3053837c56fd42d801419e6a2aa89326c72308a87737da44191713a4d long_desc=" The GNU AWK utility, a pattern scanning and processing tool."