From e58fbd7549b60b75cc44ac240ccbd527ecb70c01 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 25 Jul 2011 22:08:51 +0200 Subject: [PATCH] dash: update to 0.5.7. --- srcpkgs/dash/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dash/template b/srcpkgs/dash/template index f058234dd0..9ea1b1e38b 100644 --- a/srcpkgs/dash/template +++ b/srcpkgs/dash/template @@ -1,13 +1,14 @@ # Template file for 'dash' pkgname=dash -version=0.5.6.1 -revision=1 +version=0.5.7 distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz" build_style=gnu_configure -configure_args="--prefix= LANG=C" +configure_args="--exec-prefix= LANG=C" short_desc="POSIX-compliant Unix shell, much smaller than GNU bash" maintainer="Juan RP " -checksum=666b52375e69a213ee6270bae3bbe8000b66d9b442b1d8d06fc3317c22125d4e +homepage="http://gondor.apana.org.au/~herbert/dash/" +license="BSD" +checksum=ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39 long_desc=" Debian Almquist shell (dash) is a POSIX-compliant Unix shell, much smaller than bash. It requires less disk space but is also less feature rich.