We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a68a6 commit 9689421Copy full SHA for 9689421
deps/curl.mk
@@ -37,7 +37,7 @@ checksum-curl: $(SRCCACHE)/curl-$(CURL_VER).tar.bz2
37
# Disable....almost everything
38
CURL_CONFIGURE_FLAGS := $(CONFIGURE_COMMON) \
39
--without-gnutls --without-libidn2 --without-librtmp \
40
- --without-nss --without-libpsl --without-libgsasl --without-fish-functions-dir \
+ --without-libpsl --without-libgsasl --without-fish-functions-dir \
41
--disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-static \
42
--without-gssapi --without-brotli
43
# A few things we actually enable
deps/curl.version
@@ -3,4 +3,4 @@
3
CURL_JLL_NAME := LibCURL
4
5
## source build
6
-CURL_VER := 8.6.0
+CURL_VER := 8.7.1
0 commit comments