From 01b12a289932e33bd2505860f556eba5c156d2ae Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 May 2010 17:57:13 +0200 Subject: [PATCH] gawk: update to 3.1.8. --- srcpkgs/gawk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template index 3a1263fbb8..07564d61d1 100644 --- a/srcpkgs/gawk/template +++ b/srcpkgs/gawk/template @@ -1,12 +1,12 @@ # Template file for 'gawk' pkgname=gawk -version=3.1.7 +version=3.1.8 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=f2a2f3b3053837c56fd42d801419e6a2aa89326c72308a87737da44191713a4d +checksum=2146b3cc7a2d2b16a9457e73f14a3cb51a4292575425ed8f16f7e0a5e4f1a50d long_desc=" The GNU AWK utility, a pattern scanning and processing tool."