diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-20 06:15:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-20 06:15:36 +0000 |
commit | f8d697ff65320815982dfeaeb14e7337435b1fff (patch) | |
tree | a8f26d54e3e56dd76e163e439b6e842ea4ce5d47 /main/bash | |
parent | fe9b94909ef4f2c866ec66c733519a59b2f439b2 (diff) | |
download | aports-f8d697ff65320815982dfeaeb14e7337435b1fff.tar.bz2 aports-f8d697ff65320815982dfeaeb14e7337435b1fff.tar.xz |
main/bash: upgrade to patch level 028
Diffstat (limited to 'main/bash')
-rw-r--r-- | main/bash/APKBUILD | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/main/bash/APKBUILD b/main/bash/APKBUILD index 886c0c0669..1cd03f0058 100644 --- a/main/bash/APKBUILD +++ b/main/bash/APKBUILD @@ -3,7 +3,7 @@ pkgname=bash _myver=4.0 _patchbase=40 -_patchlevel=024 +_patchlevel=028 pkgver=${_myver}.${_patchlevel} pkgrel=0 pkgdesc="The GNU Bourne Again shell" @@ -36,6 +36,10 @@ source="http://ftp.gnu.org/gnu/bash/bash-${_myver}.tar.gz http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-022 http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-023 http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-024 + http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-025 + http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-026 + http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-027 + http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-028 bash-noinfo.patch " @@ -97,4 +101,8 @@ eb7c7ddeb7e8451eb59228dca3329696 bash40-020 7a70f2608f90f6ac0c2051e5f1c6c414 bash40-022 7a23aa41630dd4fe8d30108a200e2d96 bash40-023 82ba5fc9eb780eb57d8b7628a17b7d74 bash40-024 +b26f9007ac4eef5c378f1abcb8959025 bash40-025 +83bc844c82d0a30740e8d91a8238bfa9 bash40-026 +a41c187f05ecab07389c18acc91214c6 bash40-027 +fcc367e6471267d2e397257e703b817d bash40-028 80fec5f3d60a63756a4999c877e31a8e bash-noinfo.patch" |