diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 21:10:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 21:10:25 +0100 |
commit | cd75563acd2459f874b50b396a312bb9638a1e9c (patch) | |
tree | ac2499819a75b165940527efaf5cc39fc2612001 /package/bash/Makefile | |
parent | d4204be3a519a34049d53c9805a22c8241acc77f (diff) | |
parent | 3dbe2178faba87f159ae33fce62717dfd93d3488 (diff) |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/bash/Makefile')
-rw-r--r-- | package/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bash/Makefile b/package/bash/Makefile index 82b6c2334..b06ee4991 100644 --- a/package/bash/Makefile +++ b/package/bash/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= bash -PKG_VERSION:= 4.0 +PKG_VERSION:= 4.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= a90a1b5a6db4838483f05438e05e8eb9 +PKG_MD5SUM:= 9800d8724815fd84994d9be65ab5e7b8 PKG_DESCR:= Bourne-Again SHell PKG_SECTION:= shells PKG_URL:= http://www.gnu.org/software/bash/ |