chore(main/openssl): remove outdated comment from build recipe

%ci:no-build
This commit is contained in:
Henrik Grimler 2022-11-01 17:10:41 +01:00
parent 4de7428557
commit b70e7265b7
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ 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"
# Upstream has withdrawn 3.0.6 version:
# https://mta.openssl.org/pipermail/openssl-announce/2022-October/000237.html
_VERSION=3.0.7
TERMUX_PKG_VERSION=1:${_VERSION}
TERMUX_PKG_SRCURL=https://www.openssl.org/source/openssl-${_VERSION/\~/-}.tar.gz