bash: update to 4.2 patchlevel 042.
This commit is contained in:
parent
d5dd382525
commit
8b1371c16f
1 changed files with 1 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'bash'.
|
# Template build file for 'bash'.
|
||||||
pkgname=bash
|
pkgname=bash
|
||||||
_bash_distver=4.2
|
_bash_distver=4.2
|
||||||
_bash_patchlevel=039
|
_bash_patchlevel=042
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version=${_bash_distver}.${_bash_patchlevel}
|
||||||
revision=1
|
revision=1
|
||||||
#version=${_bash_distver}
|
#version=${_bash_distver}
|
||||||
|
@ -23,17 +23,6 @@ homepage="http://www.gnu.org/software/bash/bash.html"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
|
||||||
checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
||||||
long_desc="
|
|
||||||
Bash is an sh-compatible shell that incorporates useful features from
|
|
||||||
the Korn shell (ksh) and C shell (csh). It is intended to conform to
|
|
||||||
the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
|
|
||||||
|
|
||||||
It offers functional improvements over sh for both programming and
|
|
||||||
interactive use; these include command line editing, unlimited size
|
|
||||||
command history, job control, shell functions and aliases, indexed
|
|
||||||
arrays of unlimited size, and integer arithmetic in any base from two
|
|
||||||
to sixty-four. In addition, most sh scripts can be run by Bash without
|
|
||||||
modification."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
||||||
|
|
Loading…
Add table
Reference in a new issue