X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 58AF2DC01BB for ; Mon, 7 Dec 2015 13:48:40 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [81.4.121.103]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 9A54DDC00BD; Mon, 7 Dec 2015 13:48:39 +0000 (UTC) Received: from localhost (ip5f5aca96.dynamic.kabel-deutschland.de [95.90.202.150]) by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 72ca6e2d TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 7 Dec 2015 14:48:37 +0100 (CET) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/zsh: upgrade to 5.2 Date: Mon, 7 Dec 2015 14:48:36 +0100 Message-Id: <1449496116-26520-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.3 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/zsh/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main/zsh/APKBUILD b/main/zsh/APKBUILD index f8c9528..41b8de9 100644 --- a/main/zsh/APKBUILD +++ b/main/zsh/APKBUILD @@ -1,8 +1,8 @@ -# Contributor: +# Contributor: Kalonji # Maintainer: Natanael Copa 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" @@ -46,9 +46,9 @@ package() { 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" -- 2.6.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---