From a6215ef6467f303c5b260d47a82e52e57dddbcd5 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 20 May 2018 17:36:23 +0200 Subject: [PATCH] python-openssl: update to 18.0.0 --- srcpkgs/python-openssl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template index 4ffabcad240..f101c1296ea 100644 --- a/srcpkgs/python-openssl/template +++ b/srcpkgs/python-openssl/template @@ -1,6 +1,6 @@ # Template file for 'python-openssl' pkgname=python-openssl -version=17.5.0 +version=18.0.0 revision=1 noarch=yes wrksrc="pyOpenSSL-${version}" @@ -10,10 +10,10 @@ depends="python-cryptography python-six" pycompile_module="OpenSSL" short_desc="Python2 interface to the OpenSSL library" maintainer="Juan RP " -homepage="https://github.com/pyca/pyopenssl" +homepage="https://pyopenssl.org/" license="Apache-2.0" distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz" -checksum=2c10cfba46a52c0b0950118981d61e72c1e5b1aac451ca1bc77de1a679456773 +checksum=6488f1423b00f73b7ad5167885312bb0ce410d3312eb212393795b53c8caa580 python3-openssl_package() { noarch=yes