Skip to content

Commit

Permalink
Merge pull request #2237 from barton2526/openssl
Browse files Browse the repository at this point in the history
depends: Change openSSL source path to Github
  • Loading branch information
jamescowens committed Jul 16, 2021
2 parents 3014f62 + 20b280d commit 2d92ae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1k
$(package)_download_path=https://www.openssl.org/source
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
$(package)_version=1_1_1k
$(package)_download_path=https://github.com/openssl/openssl/archive/refs/tags
$(package)_file_name=OpenSSL_1_1_1k.tar.gz
$(package)_sha256_hash=b92f9d3d12043c02860e5e602e50a73ed21a69947bcc74d391f41148e9f6aa95

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

0 comments on commit 2d92ae7

Please sign in to comment.