summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt/letsencrypt.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-04-08 10:34:48 +0200
committer Willy Sudiarto Raharjo2017-04-08 11:36:01 +0200
commit305def1babb207f22c40f9fa0c26807cc9822ff5 (patch)
tree30befa51ab265683bd5e9565d93687e2ad5bc0f1 /system/letsencrypt/letsencrypt.SlackBuild
parent9267b4a01e14b1831aa67766c6ed27b46f5a04cb (diff)
downloadslackbuilds-305def1babb207f22c40f9fa0c26807cc9822ff5.tar.gz
system/letsencrypt: Updated for version 0.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt/letsencrypt.SlackBuild')
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild
index 07fc929e6b..75670c04f1 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=letsencrypt
SRCNAM=certbot
-VERSION=${VERSION:-0.12.0}
+VERSION=${VERSION:-0.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+sed -i "/'argparse',/d" setup.py
+sed -i "/'argparse',/d" acme/setup.py
+
# install acme-protocol first
cd acme
python setup.py install --root=$PKG