diff --git a/bash/.md5sum b/bash/.md5sum index 92ffd0ce..b3056017 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,3 @@ -5c082c812bef63e80ced9f6075f78c21 bash-4.0-001-024.patch.gz +877e87c9e69a802776d7a632b59e33a4 bash-4.0-001-028.patch.gz a90a1b5a6db4838483f05438e05e8eb9 bash-4.0.tar.gz 3fee206195d50dbd8a3560a8a77f341b profile diff --git a/bash/Pkgfile b/bash/Pkgfile index fc0fe0a6..64578df2 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -4,16 +4,16 @@ # Depends on: ncurses name=bash -version=4.0.24 +version=4.0.28 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-4.0.tar.gz \ - $name-4.0-001-024.patch.gz \ + $name-4.0-001-028.patch.gz \ profile) build() { cd $name-4.0 - gunzip -c $SRC/$name-4.0-001-024.patch.gz | patch -p0 + gunzip -c $SRC/$name-4.0-001-028.patch.gz | patch -p0 ./configure --prefix=/usr \ --exec-prefix= \ diff --git a/bash/bash-4.0-001-024.patch.gz b/bash/bash-4.0-001-028.patch.gz similarity index 75% rename from bash/bash-4.0-001-024.patch.gz rename to bash/bash-4.0-001-028.patch.gz index a53fb33c..25219218 100644 Binary files a/bash/bash-4.0-001-024.patch.gz and b/bash/bash-4.0-001-028.patch.gz differ