openssl: update homepage, distfile url

This commit is contained in:
classabbyamp 2024-07-24 14:17:59 -04:00
parent ddf91c9fe6
commit babe0bc387
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ make_install_args="MANSUFFIX=ssl"
short_desc="Toolkit for Secure Sockets Layer and Transport Layer Security" short_desc="Toolkit for Secure Sockets Layer and Transport Layer Security"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://www.openssl.org" homepage="https://openssl-library.org"
distfiles="https://www.openssl.org/source/openssl-${version}.tar.gz" distfiles="https://github.com/openssl/openssl/releases/download/openssl-${version}/openssl-${version}.tar.gz"
checksum=777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e checksum=777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e
conf_files="/etc/ssl/openssl.cnf" conf_files="/etc/ssl/openssl.cnf"
replaces="libressl>=0" replaces="libressl>=0"