diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 11:05:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:45 +0200 |
commit | 030825080e570de510c0348a1986b0de3ab04255 (patch) | |
tree | 67538e747c935062e96cf0ace910ea08989f7b4e /package/zsh/Makefile | |
parent | ca5fb82ea7e5e1a736f3676346c0c70807ea7af2 (diff) |
update zsh to latest stable version, fix download url
Diffstat (limited to 'package/zsh/Makefile')
-rw-r--r-- | package/zsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/zsh/Makefile b/package/zsh/Makefile index f1a892068..9c38b468e 100644 --- a/package/zsh/Makefile +++ b/package/zsh/Makefile @@ -4,13 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= zsh -PKG_VERSION:= 5.0.5 +PKG_VERSION:= 5.0.7 PKG_RELEASE:= 1 -PKG_HASH:= b35cf19e4a6ba39fd03c6372b8a8760a491cc2e2e4aba3d15023ff291c2894b4 +PKG_HASH:= 43f0a4c179ef79bb8c9153575685f7f45f28a3615c8cf96345f503d5b9e7b919 PKG_DESCR:= z shell PKG_SECTION:= base/shells PKG_URL:= http://www.zsh.org/ -PKG_SITES:= ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=zsh/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |