From 6ef46c38fdb542dc9369fc3f91efc3d74ef9e92d Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Tue, 30 Jan 2024 18:37:06 +0000 Subject: [PATCH] bump(main/python-cryptography): 42.0.2 This commit has been automatically submitted by Github Actions. --- packages/python-cryptography/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python-cryptography/build.sh b/packages/python-cryptography/build.sh index e8f5c3e40d..6c4be1678e 100644 --- a/packages/python-cryptography/build.sh +++ b/packages/python-cryptography/build.sh @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Provides cryptographic recipes and primitives to Python TERMUX_PKG_LICENSE="Apache-2.0, BSD 3-Clause" TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE.APACHE, LICENSE.BSD" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="42.0.1" +TERMUX_PKG_VERSION="42.0.2" TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=48aad55ffffef1b5524eb60c261f1077741b8545caae98fc06df1b099920a381 +TERMUX_PKG_SHA256=eb23393aca73fd754784811ebffd1afb3359ceb8e12ce7e1a2e67308cbbcdce3 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="openssl, python, python-pip" TERMUX_PKG_BUILD_IN_SRC=true