libssl1.1: fix update-check

This commit is contained in:
classabbyamp 2024-09-29 00:00:06 -04:00
parent a2dd463c79
commit 0360d5a228
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,7 @@ short_desc="Toolkit for Secure Sockets Layer and Transport Layer Security"
maintainer="classabbyamp <void@placeviolette.net>" maintainer="classabbyamp <void@placeviolette.net>"
license="OpenSSL" license="OpenSSL"
homepage="https://openssl-library.org" homepage="https://openssl-library.org"
distfiles="https://openssl.org/source/old/${version%?}/openssl-${version}.tar.gz" distfiles="https://github.com/openssl/openssl/releases/download/OpenSSL_${version//./_}/openssl-${version}.tar.gz"
checksum=cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8 checksum=cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8
short_desc+=" (version 1.1) - SSL/TLS library" short_desc+=" (version 1.1) - SSL/TLS library"

View file

@ -1,3 +1,2 @@
pkgname=openssl pkgname=openssl
site="https://www.openssl.org/source/old/1.1.1/" ignore="3.*"
single_directory=yes