Merge pull request #99 from ca333/patch-10
fix dead openssl download path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package=openssl
|
||||
$(package)_version=1.1.1a
|
||||
$(package)_download_path=https://www.openssl.org/source
|
||||
$(package)_download_path=https://www.openssl.org/source/old/1.1.1
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash=fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41
|
||||
$(package)_patches=ssl_fix.patch
|
||||
|
||||
Reference in New Issue
Block a user