diff options
author | dartraiden <wowemuh@gmail.com> | 2021-02-07 18:49:47 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2021-02-07 18:49:47 +0300 |
commit | 2f0eaffffe7e5d3ac074797f880480494dbcc6f3 (patch) | |
tree | 161fa6a6df8387d618530a684de9f61f58640596 /libs/libcurl/src/makefile.dj | |
parent | 061f5621d3f64835c376a7781af86a5e5ee1145c (diff) |
libcurl: update to 7.75.0
Diffstat (limited to 'libs/libcurl/src/makefile.dj')
-rw-r--r-- | libs/libcurl/src/makefile.dj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/makefile.dj b/libs/libcurl/src/makefile.dj index 2b18ad6d54..ef1a24a7f5 100644 --- a/libs/libcurl/src/makefile.dj +++ b/libs/libcurl/src/makefile.dj @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2003 - 2008, Gisle Vanem <gvanem@yahoo.no>. +# Copyright (C) 2003 - 2021, Gisle Vanem <gvanem@yahoo.no>. # Copyright (C) 2003 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which @@ -26,7 +26,7 @@ # DEPEND_PREREQ = curl_config.h -VPATH = vtls vauth +VPATH = vtls vauth vquic vssh TOPDIR = .. include ../packages/DOS/common.dj |