From 2ef59df04482bd5aba64f71af1cab04a0a2abd2f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 27 Dec 2018 23:42:44 +0100 Subject: [PATCH] python-bcrypt: update to 3.1.5 --- srcpkgs/python-bcrypt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template index 75398763e9..c929a84567 100644 --- a/srcpkgs/python-bcrypt/template +++ b/srcpkgs/python-bcrypt/template @@ -1,6 +1,6 @@ # Template file for 'python-bcrypt' pkgname=python-bcrypt -version=3.1.4 +version=3.1.5 revision=1 wrksrc="bcrypt-${version}" build_style=python-module @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " homepage="https://github.com/pyca/bcrypt" license="Apache-2.0" distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz" -checksum=67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d +checksum=136243dc44e5bab9b61206bd46fff3018bd80980b1a1dfbab64a22ff5745957f python3-bcrypt_package() { pycompile_module="bcrypt"