mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 01:37:53 +00:00
depends: openssl: update to 3.1.4
This commit is contained in:
parent
701e8bc5a1
commit
13d02b2234
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
package=openssl
|
package=openssl
|
||||||
$(package)_version=3.1.3
|
$(package)_version=3.1.4
|
||||||
$(package)_download_path=https://www.openssl.org/source
|
$(package)_download_path=https://www.openssl.org/source
|
||||||
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
||||||
$(package)_sha256_hash=f0316a2ebd89e7f2352976445458689f80302093788c466692fb2a188b2eacf6
|
$(package)_sha256_hash=840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3
|
||||||
|
|
||||||
define $(package)_set_vars
|
define $(package)_set_vars
|
||||||
$(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"
|
$(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"
|
||||||
|
|
Loading…
Reference in a new issue