diff options
Diffstat (limited to 'main/zsh/APKBUILD')
-rw-r--r-- | main/zsh/APKBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/main/zsh/APKBUILD b/main/zsh/APKBUILD index f8c95280ca..1bad15b77f 100644 --- a/main/zsh/APKBUILD +++ b/main/zsh/APKBUILD @@ -1,8 +1,8 @@ # Contributor: <kalonji@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zsh -pkgver=5.1.1 -pkgrel=1 +pkgver=5.2 +pkgrel=0 pkgdesc="A very advanced and programmable command interpreter (shell)" url="http://www.zsh.org/" arch="all" @@ -10,7 +10,7 @@ license="BSD" depends= makedepends=ncurses-dev install="zsh.post-install zsh.post-upgrade zsh.pre-deinstall" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz +source="http://www.zsh.org/pub/${pkgname}-${pkgver}.tar.xz zprofile" subpackages="$pkgname-doc" @@ -45,10 +45,9 @@ package() { make DESTDIR="$pkgdir" install || return 1 install -Dm644 "$srcdir"/zprofile "$pkgdir"/etc/zsh/zprofile } - -md5sums="0e8ea3313300277a04cee80836507bae zsh-5.1.1.tar.xz +md5sums="afe96fde08b70e23c1cab1ca7a68fb34 zsh-5.2.tar.xz a5e93cd6880da04a63fc4fcaaa03987f zprofile" -sha256sums="74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec zsh-5.1.1.tar.xz +sha256sums="f17916320ffaa844bbd7ce48ceeb5945fc5f3eff64b149b4229bbfbdf3795a9d zsh-5.2.tar.xz e3c3625d966c8277274798f26241857df5fc520e18674deba6cc356f6b022d63 zprofile" -sha512sums="732f183a03125e83da11a38c638ca54a667326a23ca19418b0df27b1d5b3b1f360383d84f66bde064911effaa2ce9cbb9b6ab86deddb92f80e8f601af8a82b3e zsh-5.1.1.tar.xz +sha512sums="9938af95e09203a0a313f441e0c23279136806f6f087475ca9a66c678c57ecffc87f73ece8133a36700af8de7cb5d1bec8559eabdec2b66102062e64026c2e72 zsh-5.2.tar.xz 59182b99447872ded8adf0d890e9359ee47fce0b7acb2808f4308f945885fbf6d977a0917bbb5c0f21454caf3ba06ab092127732da4f84292d6ab0989a0110fe zprofile" |