summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-09 09:41:40 -0500
committerB. Stack <bgstack15@gmail.com>2022-03-09 09:41:40 -0500
commit14e3854c6f340f365afce58f018a92c6d26f3bd1 (patch)
tree9678aeb734e7689a3674b0394f4571b545df0b61 /freefilesync/debian/control
parentfix LICENSE for el7 (diff)
downloadstackrpms-14e3854c6f340f365afce58f018a92c6d26f3bd1.tar.gz
stackrpms-14e3854c6f340f365afce58f018a92c6d26f3bd1.tar.bz2
stackrpms-14e3854c6f340f365afce58f018a92c6d26f3bd1.zip
ffs 11.18 rc1
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 3911ad5..f9ccd02 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>=12~),
imagemagick,
g++-10,
libbrotli-dev,
- libcurl4-openssl-dev (>=7.68.0),
+ libcurl4-openssl-dev (>=7.82.0),
libglibmm-2.4-dev,
libssh2-1-dev,
libssl-dev,
bgstack15