diff options
author | root <root@rshg054.dnsready.net> | 2012-06-03 00:04:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-03 00:04:14 +0000 |
commit | d915cad658736d96368750201c34df752048751a (patch) | |
tree | a6d70fb8b01aaa111efbc8a6874a8f94b882626d /core/bash/PKGBUILD | |
parent | 211709a2f09bd677aa1deac0dc82fde6ce1c8626 (diff) |
Sun Jun 3 00:04:13 UTC 2012
Diffstat (limited to 'core/bash/PKGBUILD')
-rw-r--r-- | core/bash/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD index 69238ea13..956361d38 100644 --- a/core/bash/PKGBUILD +++ b/core/bash/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 158669 2012-05-06 12:13:14Z allan $ +# $Id: PKGBUILD 160448 2012-06-02 03:17:38Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=bash _basever=4.2 -_patchlevel=028 #prepare for some patches +_patchlevel=029 #prepare for some patches pkgver=$_basever.$_patchlevel pkgrel=1 pkgdesc="The GNU Bourne Again shell" @@ -134,4 +134,6 @@ md5sums=('3fb927c7c33022f1c327f14a81c0d4b0' 'a6ed82daf034587aee2f2581ba5fe829' '821620a0389df723644911c56796ca8c' 'da9265aa2527fd4a7481baa3e0550287' - '0043f8b75f46f43608a67b863e300fe8') + '0043f8b75f46f43608a67b863e300fe8' + 'ec444d229e8899fbaaf6fc7de2d82ae6' + 'b632fca3a4943825bfaf3bd29df6b27d') |