dash: update to 0.5.7.
This commit is contained in:
parent
3bf546b270
commit
e58fbd7549
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'dash'
|
# Template file for 'dash'
|
||||||
pkgname=dash
|
pkgname=dash
|
||||||
version=0.5.6.1
|
version=0.5.7
|
||||||
revision=1
|
|
||||||
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
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"
|
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=666b52375e69a213ee6270bae3bbe8000b66d9b442b1d8d06fc3317c22125d4e
|
homepage="http://gondor.apana.org.au/~herbert/dash/"
|
||||||
|
license="BSD"
|
||||||
|
checksum=ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39
|
||||||
long_desc="
|
long_desc="
|
||||||
Debian Almquist shell (dash) is a POSIX-compliant Unix shell, much smaller
|
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.
|
than bash. It requires less disk space but is also less feature rich.
|
||||||
|
|
Loading…
Reference in New Issue