Skip to content

Commit

Permalink
Merge branch 'master' into add-jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Jul 25, 2024
2 parents 1c32a95 + 3635c86 commit bec9176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions depends/packages/openssl.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=openssl
$(package)_version=1.1.1s
$(package)_download_path=https://www.openssl.org/source
$(package)_version=1.1.1w
$(package)_download_path=https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa
$(package)_sha256_hash=cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8

define $(package)_set_vars
$(package)_config_env=AR="$($(package)_ar)" RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"
Expand Down

0 comments on commit bec9176

Please sign in to comment.