From d3fad948471ea5afefb2ee7fae9bdc7be60c84ce Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Wed, 2 Nov 2022 00:45:56 +0000 Subject: [PATCH] upgpkg(main/python-cryptography): 38.0.3 This commit has been automatically submitted by Github Actions. --- packages/python-cryptography/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/python-cryptography/build.sh b/packages/python-cryptography/build.sh index 635585c3b6..aa6afdc3c9 100644 --- a/packages/python-cryptography/build.sh +++ b/packages/python-cryptography/build.sh @@ -4,10 +4,9 @@ TERMUX_PKG_DESCRIPTION="Provides cryptographic recipes and primitives to Python TERMUX_PKG_LICENSE="custom" TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE.APACHE, LICENSE.BSD, LICENSE.PSF" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="38.0.2" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="38.0.3" TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=71159f4294b07625703ffdb34b8d88e84b6b9e5c4ebc079503eebdc63b2aac28 +TERMUX_PKG_SHA256=bdad62a4af521f100b7d6f35be9947b009a282de5319c3324508615699e1a518 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="openssl, python" TERMUX_PKG_BUILD_IN_SRC=true