Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 264c6501..2002dc78 100644
--- a/meson.build
+++ b/meson.build
@@ -94,7 +94,7 @@ libarchive = dependency('libarchive',
static : get_option('buildstatic'))
libcurl = dependency('libcurl',
- version : '>=7.32.0',
+ version : '>=7.55.0',
required : get_option('curl'),
static : get_option('buildstatic'))
conf.set('HAVE_LIBCURL', libcurl.found())