depends: openssl: update to 3.0.13

This commit is contained in:
tobtoht 2024-02-13 18:45:59 +01:00
parent 059028a30a
commit c334d0e5f3
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
package=openssl
$(package)_version=3.0.11
$(package)_version=3.0.13
$(package)_download_path=https://www.openssl.org/source
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55
$(package)_sha256_hash=88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313
define $(package)_set_vars
$(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"