change miniupnp to https/tls download
free.fr doesn't support https as per https://github.com/bitcoin/bitcoin/blob/master/depends/packages/miniupnpc.mk
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package=miniupnpc
|
||||
$(package)_version=2.0.20180203
|
||||
$(package)_download_path=http://miniupnp.free.fr/files
|
||||
$(package)_download_path=https://miniupnp.tuxfamily.org/files/
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash=90dda8c7563ca6cd4a83e23b3c66dbbea89603a1675bfdb852897c2c9cc220b7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user