diff options
Diffstat (limited to 'system/letsencrypt/letsencrypt.SlackBuild')
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index 81d27c8467..0f9630471f 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.26.1} +VERSION=${VERSION:-0.27.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,7 +73,6 @@ find -L . \ sed -i "/'argparse',/d" setup.py sed -i "/'argparse',/d" acme/setup.py sed -i 's/apache2ctl/apachectl/' certbot-apache/certbot_apache/constants.py -patch -p1 < $CWD/configurator.patch for i in $(grep -ri /apache2 * | cut -d: -f1 | sort -u) do |