1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:27:35 +00:00

Ports: Update OpenSSL port to version 1.1.1m

This commit is contained in:
Luke Wilde 2022-01-08 02:03:49 +00:00 committed by Ali Mohammad Pur
parent e9d26fb47d
commit 7110c0ecb0
4 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=openssl
branch='1.1.1'
version="${branch}k"
version="${branch}m"
useconfigure=true
configscript=Configure
files="https://ftp.nluug.nl/security/openssl/openssl-${version}.tar.gz openssl-${version}.tar.gz 892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5"
files="https://ftp.nluug.nl/security/openssl/openssl-${version}.tar.gz openssl-${version}.tar.gz f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96"
auth_type=sha256
depends=("zlib")