From 60fd2917cb72384465fd726b61415ac6f5cdc26a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 7 Oct 2017 09:42:45 -0400 Subject: [PATCH] Fix URL to curl --- dep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/Makefile b/dep/Makefile index 4a0b3d0c..07bf1bf5 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -98,7 +98,7 @@ $(libsamplerate): $(MAKE) -C libsamplerate-0.1.9/src install $(libcurl): - $(WGET) https://github.com/curl/curl/files/1101227/curl-7.56.0.tar.gz + $(WGET) https://github.com/curl/curl/releases/download/curl-7_56_0/curl-7.56.0.tar.gz $(UNTAR) curl-7.56.0.tar.gz cd curl-7.56.0 && ./configure --prefix="$(LOCAL)" \ --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual \