From a5e0b62c350f0160c6439b135e188822e3b5c7b1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 6 Nov 2011 08:28:57 +0100 Subject: [PATCH] gawk: update to 4.0.0. --- srcpkgs/gawk/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template index 3f15e572601..9cfa473093b 100644 --- a/srcpkgs/gawk/template +++ b/srcpkgs/gawk/template @@ -1,12 +1,14 @@ # Template file for 'gawk' pkgname=gawk -version=3.1.8 +version=4.0.0 +homepage="http://www.gnu.org/directory/GNU/gawk.html" 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=2146b3cc7a2d2b16a9457e73f14a3cb51a4292575425ed8f16f7e0a5e4f1a50d +license="GPL-3" +checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5 long_desc=" The GNU AWK utility, a pattern scanning and processing tool."