summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmaketgz4
1 files changed, 2 insertions, 2 deletions
diff --git a/maketgz b/maketgz
index 2f97f18c3..a1e92205a 100755
--- a/maketgz
+++ b/maketgz
@@ -9,7 +9,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -186,7 +186,7 @@ gzip -dc $targz | bzip2 --best > $bzip2
xz="curl-$version.tar.xz"
echo "Generating $xz"
-gzip -dc $targz | xz -6e - > $xz
+gzip -dc $targz | xz -9e - > $xz
############################################################################
#