X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mx0.jmt.gr (mx0.jmt.gr [81.7.7.41]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 8EDE9DC00DB for ; Thu, 29 Jan 2015 14:02:20 +0000 (UTC) Received: from localhost.my.domain (vpn.greatnet.de [83.133.84.12]) by mx0.jmt.gr (Postfix) with ESMTPSA id 5D7766EC32; Thu, 29 Jan 2015 13:59:51 +0000 (GMT) From: Johannes Matheis To: alpine-aports@lists.alpinelinux.org Cc: Johannes Matheis Subject: [alpine-aports] [PATCH] testing/pass: upgrade to 1.6.5 Date: Thu, 29 Jan 2015 14:02:13 +0000 Message-Id: <1422540133-24399-1-git-send-email-jomat+alpinebuild@jmt.gr> X-Mailer: git-send-email 2.2.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/pass/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/pass/APKBUILD b/testing/pass/APKBUILD index 4506ae1..b1432fa 100644 --- a/testing/pass/APKBUILD +++ b/testing/pass/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Johannes Matheis # Maintainer: Johannes Matheis pkgname=pass -pkgver=1.6.3 +pkgver=1.6.5 pkgrel=0 pkgdesc="Stores, retrieves, generates, and synchronizes passwords securely" url="http://zx2c4.com/projects/password-store/" @@ -39,6 +39,6 @@ contrib() { cp -a "$_builddir"/contrib "$subpkgdir"/usr/share/$pkgname } -md5sums="bcfd1027f5c92f26d7fcbf4e3af750eb password-store-1.6.3.tar.xz" -sha256sums="d419d40aa165c1f893e994dd706733374a9db8cf5314124702a061e70e0340f7 password-store-1.6.3.tar.xz" -sha512sums="684b779361da0b4c107141f2c21d845fb277f537305ab351dda8a0f7041ce6f9215dab54a2fdc1b8e3c06e01346e1562f800b07519cd76b364313f6f24d2f010 password-store-1.6.3.tar.xz" +md5sums="2c4468360c678184051e76f03c2f6b04 password-store-1.6.5.tar.xz" +sha256sums="337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315 password-store-1.6.5.tar.xz" +sha512sums="e28503b63c6d18a2f45f4a732fdec0380c2ac15e1778136ec5e7ac568662b09183d3ad4fd36ca7e87cfe74540f916cb6365695bdf665a39da4cbe86c4bde7a78 password-store-1.6.5.tar.xz" -- 2.2.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---