diff options
author | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
commit | 299e917c17619f800f0c21cf43209065b608223f (patch) | |
tree | e175a7bbdb5d933670f10b09f1cc52ece45ced87 /extra/zsh | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Fri Feb 24 23:15:21 UTC 2012
Diffstat (limited to 'extra/zsh')
-rw-r--r-- | extra/zsh/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/zsh/PKGBUILD b/extra/zsh/PKGBUILD index e58444200..3ea9bf7a9 100644 --- a/extra/zsh/PKGBUILD +++ b/extra/zsh/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 150666 2012-02-19 20:58:33Z pierre $ +# $Id: PKGBUILD 150931 2012-02-23 23:42:48Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=zsh -pkgver=4.3.16 +pkgver=4.3.17 pkgrel=1 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ install=zsh.install source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2" 'zprofile') backup=('etc/zsh/zprofile') -md5sums=('4bf0b8947b5acc0ac4334d75adc87239' +md5sums=('8258967060b2654f30001a011946ac6a' '24a9335edf77252a7b5f52e079f7aef7') build() { |