summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2012-12-24 23:49:21 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2012-12-24 23:49:21 +0100
commitc2552b039bd7f6a432a5a1582e6290e51f6c221e (patch)
tree5f0c66f1588c7b3da8de1504bbf9270542a9083b
parent09154e4efec109021467a887002f24447305c51c (diff)
downloadaports-c2552b039bd7f6a432a5a1582e6290e51f6c221e.tar.bz2
aports-c2552b039bd7f6a432a5a1582e6290e51f6c221e.tar.xz
main/zsh: upgrade to 5.0.2
-rw-r--r--main/zsh/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/zsh/APKBUILD b/main/zsh/APKBUILD
index 4f1c9dc3f..4076da3e8 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"