]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
depends: openssl: update to 3.3.2
authortobtoht <tob@featherwallet.org>
Wed, 4 Sep 2024 14:14:11 +0000 (16:14 +0200)
committertobtoht <tob@featherwallet.org>
Wed, 4 Sep 2024 14:16:08 +0000 (16:16 +0200)
contrib/depends/packages/openssl.mk

index 5d5e3c36ca853cebcb15e74da378056e6e7c4fe6..8993b2f0b78793026f0543b4eff2aea18b0ec94c 100644 (file)
@@ -1,8 +1,8 @@
 package=openssl
-$(package)_version=3.3.1
-$(package)_download_path=https://www.openssl.org/source
+$(package)_version=3.3.2
+$(package)_download_path=https://github.com/openssl/openssl/releases/download/openssl-$($(package)_version)
 $(package)_file_name=$(package)-$($(package)_version).tar.gz
-$(package)_sha256_hash=777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e
+$(package)_sha256_hash=2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281
 
 define $(package)_set_vars
 $(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"