Skip to content

Commit eb483f3

Browse files
committed
depends: openssl: update to 3.4.0
1 parent d4b5153 commit eb483f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/depends/packages/openssl.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=openssl
2-
$(package)_version=3.3.2
2+
$(package)_version=3.4.0
33
$(package)_download_path=https://github.com/openssl/openssl/releases/download/openssl-$($(package)_version)
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281
5+
$(package)_sha256_hash=e15dda82fe2fe8139dc2ac21a36d4ca01d5313c75f99f46c4e8a27709b7294bf
66

77
define $(package)_set_vars
88
$(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"

0 commit comments

Comments
 (0)