diff options
-rw-r--r-- | base/bash/.md5sum | 2 | ||||
-rwxr-xr-x | base/bash/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/base/bash/.md5sum b/base/bash/.md5sum index 40e933945..b0b168d2f 100644 --- a/base/bash/.md5sum +++ b/base/bash/.md5sum @@ -1,2 +1,2 @@ -677396905ccdbc9dbe72745fd73f4bae bash-4.1-fixes-1.patch +7813f0e42d41dc4443dc3d161ad24987 bash-4.1-fixes-2.patch 9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz diff --git a/base/bash/Pkgfile b/base/bash/Pkgfile index c7eebe38e..418d1ed3f 100755 --- a/base/bash/Pkgfile +++ b/base/bash/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.gnu.org/software/bash/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch - +i name=bash version=4.1 release=1 source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\ - http://www.linuxfromscratch.org/patches/lfs/development/bash-4.1-fixes-1.patch) + http://www.linuxfromscratch.org/patches/lfs/development/bash-4.1-fixes-2.patch) build() { cd $name-$version |