From d9610013d95e255b94b56d9365a0c957d7fa9f88 Mon Sep 17 00:00:00 2001 From: triallax Date: Sat, 6 May 2023 22:58:02 +0300 Subject: [PATCH] python3-pycryptodome: update to 3.17. --- srcpkgs/python3-pycryptodome/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pycryptodome/template b/srcpkgs/python3-pycryptodome/template index fe3c25b3f540..c701265cf685 100644 --- a/srcpkgs/python3-pycryptodome/template +++ b/srcpkgs/python3-pycryptodome/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycryptodome' pkgname=python3-pycryptodome -version=3.9.7 -revision=5 +version=3.17 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" @@ -12,7 +12,7 @@ license="Public Domain, BSD-2-Clause" homepage="https://www.pycryptodome.org/" changelog="https://raw.githubusercontent.com/Legrandin/pycryptodome/master/Changelog.rst" distfiles="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz" -checksum=f1add21b6d179179b3c177c33d18a2186a09cc0d3af41ff5ed3f377360b869f2 +checksum=bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b provides="python3-crypto-${version}_1" replaces="python3-crypto>=0"