diff options
author | merge-script <fanquake@gmail.com> | 2024-08-12 11:34:04 +0100 |
---|---|---|
committer | merge-script <fanquake@gmail.com> | 2024-08-12 11:34:04 +0100 |
commit | 3530db3366af3e6c39803a8e3c69b23391fad8d0 (patch) | |
tree | 12c334e39eb88afdb9385ea047c77b8579ada14e | |
parent | fc699abcaba8c858def1253a6cc4968d8184c80c (diff) | |
parent | 4c2cc63d84dc1c8bae1b620f34188b7c20b70019 (diff) |
Merge bitcoin/bitcoin#30603: Revert "depends: Fetch miniupnpc sources from an alternative website"
4c2cc63d84dc1c8bae1b620f34188b7c20b70019 Revert "depends: Fetch miniupnpc sources from an alternative website" (sunerok)
Pull request description:
This reverts commit 21b8a14d37c19ce292d5529597e0d52338db48a9.
started fresh fanquake
ACKs for top commit:
fanquake:
ACK 4c2cc63d84dc1c8bae1b620f34188b7c20b70019 - please don't @ mention anyone in your pull request descriptions, otherwise they are likely to just get spammed with notifications.
Tree-SHA512: ab3e6cc65e4531b6c129a6bc663ebc9859e0de1d4b745b29834344cc8aa83ea182b0a5d1fae14e609a85bbbe24c34f42502fb25b53a15b38dd63396913ea4682
-rw-r--r-- | depends/packages/miniupnpc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/miniupnpc.mk b/depends/packages/miniupnpc.mk index 91d71a71b6..f9e114b495 100644 --- a/depends/packages/miniupnpc.mk +++ b/depends/packages/miniupnpc.mk @@ -1,6 +1,6 @@ package=miniupnpc $(package)_version=2.2.7 -$(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=b0c3a27056840fd0ec9328a5a9bac3dc5e0ec6d2e8733349cf577b0aa1e70ac1 $(package)_patches=dont_leak_info.patch cmake_get_src_addr.patch fix_windows_snprintf.patch |