We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6632601 commit 2f9deb9Copy full SHA for 2f9deb9
depends/builders/linux.mk
@@ -1,2 +1,2 @@
1
build_linux_SHA256SUM = sha256sum
2
-build_linux_DOWNLOAD = wget --timeout=$(DOWNLOAD_CONNECT_TIMEOUT) --tries=$(DOWNLOAD_RETRIES) -nv -O
+build_linux_DOWNLOAD = curl --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -L -o
0 commit comments