Skip to content

Commit ef44726

Browse files
committed
Merge bitcoin/bitcoin#30151: depends: Fetch miniupnpc sources from an alternative website
21b8a14 depends: Fetch miniupnpc sources from an alternative website (Hennadii Stepanov) Pull request description: The https://miniupnp.tuxfamily.org website is unavailable now. ACKs for top commit: achow101: ACK 21b8a14 edilmedeiros: utACK 21b8a14 theuni: utACK 21b8a14 Tree-SHA512: 141427447d5f1902f17fe3774fadf0ac912f663d7fd6467dff42fd6131f6884906b77cf49bbe7387f118fd9e9d52af1d36778624f9f02237d2ba3387fc974be6
2 parents 6f36624 + 21b8a14 commit ef44726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/miniupnpc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=miniupnpc
22
$(package)_version=2.2.7
3-
$(package)_download_path=https://miniupnp.tuxfamily.org/files/
3+
$(package)_download_path=http://miniupnp.free.fr/files/
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
55
$(package)_sha256_hash=b0c3a27056840fd0ec9328a5a9bac3dc5e0ec6d2e8733349cf577b0aa1e70ac1
66
$(package)_patches=dont_leak_info.patch cmake_get_src_addr.patch fix_windows_snprintf.patch

0 commit comments

Comments
 (0)