diff options
Diffstat (limited to 'main/zsh/APKBUILD')
-rw-r--r-- | main/zsh/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/zsh/APKBUILD b/main/zsh/APKBUILD index 4f1c9dc3f6..4076da3e88 100644 --- a/main/zsh/APKBUILD +++ b/main/zsh/APKBUILD @@ -1,7 +1,7 @@ # Contributor: <kalonji@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zsh -pkgver=5.0.0 +pkgver=5.0.2 pkgrel=0 pkgdesc="A very advanced and programmable command interpreter (shell) for UNIX" url="http://www.zsh.org/" @@ -10,7 +10,7 @@ license="custom" depends= makedepends=ncurses-dev install="zsh.post-install zsh.post-upgrade zsh.pre-deinstall" -source="ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.gz +source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 $install" _builddir="$srcdir"/$pkgname-$pkgver @@ -39,7 +39,7 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="01df38e4aa34aa227462fdf2f6d4c5cd zsh-5.0.0.tar.gz +md5sums="b8f2ad691acf58b3252225746480dcad zsh-5.0.2.tar.bz2 aedff0460ef282937905223207ac702e zsh.post-install aedff0460ef282937905223207ac702e zsh.post-upgrade b48f79e2d4a29047f6152f5a9441f942 zsh.pre-deinstall" |