bump(main/openssl): 3.1.2

This commit is contained in:
Lucy Phipps 2023-08-03 15:38:17 +01:00
parent 1a14a4a426
commit f835563ae9
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.openssl.org/
TERMUX_PKG_DESCRIPTION="Library implementing the SSL and TLS protocols as well as general purpose cryptography functions"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
_VERSION=3.1.1
_VERSION=3.1.2
TERMUX_PKG_VERSION=1:${_VERSION}
TERMUX_PKG_SRCURL=https://www.openssl.org/source/openssl-${_VERSION/\~/-}.tar.gz
TERMUX_PKG_SHA256=b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674
TERMUX_PKG_SHA256=a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539
TERMUX_PKG_DEPENDS="ca-certificates, zlib"
TERMUX_PKG_CONFFILES="etc/tls/openssl.cnf"
TERMUX_PKG_RM_AFTER_INSTALL="bin/c_rehash etc/ssl/misc"