diff options
| author | tobtoht <tob@featherwallet.org> | 2026-06-09 19:32:50 +0200 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-06-09 19:32:50 +0200 |
| commit | 8d0b73e509fa60538eb86e8af1e970faa91a88a6 (patch) | |
| tree | f0432f8a99ec5325e6a5e55652afd6ff6fd340ff /contrib | |
| parent | a304801aee7da7e49b02a2bd218b58dd5161351d (diff) | |
| download | monzero-core-8d0b73e509fa60538eb86e8af1e970faa91a88a6.tar.gz monzero-core-8d0b73e509fa60538eb86e8af1e970faa91a88a6.tar.xz monzero-core-8d0b73e509fa60538eb86e8af1e970faa91a88a6.zip | |
depends: openssl: update to 3.0.21
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/depends/packages/openssl.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/depends/packages/openssl.mk b/contrib/depends/packages/openssl.mk index 77d4b2d11..926b3b180 100644 --- a/contrib/depends/packages/openssl.mk +++ b/contrib/depends/packages/openssl.mk @@ -1,8 +1,8 @@ package=openssl -$(package)_version=3.0.19 -$(package)_download_path=https://www.openssl.org/source +$(package)_version=3.0.21 +$(package)_download_path=https://github.com/openssl/openssl/releases/download/openssl-$($(package)_version) $(package)_file_name=$(package)-$($(package)_version).tar.gz -$(package)_sha256_hash=fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072 +$(package)_sha256_hash=617e29af8e421f46649484a4937e48c685e47f46488167c982f88bc4ec1d522f define $(package)_set_vars $(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)" |
