X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id B9F58F8550D for ; Sat, 6 Apr 2019 17:19:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1554571374; bh=H4F+X83jDZbYVobfy5MPEbdvdZjdbF3nRnw3F1HAmZQ=; h=From:To:Cc:Subject:Date; b=exPBhjn/UQfINiUjpeXEo1HoypLimYThVLQa/Cxm+lY4dUyOm2LI90Wu27uk7G19x O1QcA6W/vZfDNBjkehLBvbesl+9bxzGGNZuTNG1NWV8vI/hzEm8ryYLdrh61ii5rsg L86/pZg2V4DNpCVPhjjSUjsDYe37D4BfifSS/bYk= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault , August Klein Subject: [alpine-aports] [PATCH] main/py-cryptography: upgrade to 2.6.1 Date: Sat, 6 Apr 2019 13:19:48 -0400 Message-Id: <20190406171948.4258-1-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- main/py-cryptography/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/py-cryptography/APKBUILD b/main/py-cryptography/APKBUILD index 52f02c9922..2b09f43868 100644 --- a/main/py-cryptography/APKBUILD +++ b/main/py-cryptography/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: August Klein pkgname=py-cryptography _pkgname=${pkgname#py-} -pkgver=2.5 +pkgver=2.6.1 pkgrel=0 pkgdesc="A package which provides cryptographic recipes and primitives" url="https://pypi.python.org/pypi/cryptography" @@ -53,4 +53,4 @@ _py3() { _py python3 } -sha512sums="5e8f8818fcaa8143526006b027107b8afbdc925d40c846701e65b2c7ee02235b7e0918246515520ef2030b1c87bb157d0d403c28ad68c31459d677af7e2d0b3f cryptography-2.5.tar.gz" +sha512sums="f14319e24d9dca52e74548cada5b78a6235f089ef875dbff4799e862f94da8b087f1b6e03e84dcef9fc7d7693c4a349c5f0cd54b8535806da777420ce8757d39 cryptography-2.6.1.tar.gz" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---