From d1b151ef5da1bfff7c09ff61cf86eae735bd0960 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 31 May 2011 09:36:43 +0200 Subject: [PATCH] bash: update to 4.2 patchlevel 010. --- srcpkgs/bash/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 48ea15c7234..e3874b62471 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -1,6 +1,6 @@ # Template build file for 'bash'. pkgname=bash -_bash_patchlevel=006 +_bash_patchlevel=010 _bash_distver=4.2 version=${_bash_distver}.${_bash_patchlevel} #version=${_bash_distver} @@ -18,6 +18,8 @@ configure_args="--without-bash-malloc --with-curses --bindir=/bin ac_cv_func_working_mktime=yes" short_desc="The GNU Bourne Again Shell" maintainer="Juan RP " +homepage="http://www.gnu.org/software/bash/bash.html" +license="GPL-3" checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 long_desc=" Bash is an sh-compatible shell that incorporates useful features from