aboutsummaryrefslogtreecommitdiffstats
path: root/main/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'main/zsh')
-rw-r--r--main/zsh/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/zsh/APKBUILD b/main/zsh/APKBUILD
index bdb885c3b..f6acc2826 100644
--- a/main/zsh/APKBUILD
+++ b/main/zsh/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: <kalonji@gmail.com>
# Maintainer: <ncopa@alpinelinux.org>
pkgname=zsh
-pkgver=4.3.11
-pkgrel=1
+pkgver=4.3.12
+pkgrel=0
pkgdesc="A very advanced and programmable command interpreter (shell) for UNIX"
url="http://www.zsh.org/"
arch="all"
@@ -39,7 +39,7 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="127e2a3b9100d6f2fddb6a32cd4aca40 zsh-4.3.11.tar.gz
+md5sums="46ae7be975779b9b0ea24e8b30479a8b zsh-4.3.12.tar.gz
aedff0460ef282937905223207ac702e zsh.post-install
aedff0460ef282937905223207ac702e zsh.post-upgrade
b48f79e2d4a29047f6152f5a9441f942 zsh.pre-deinstall"