summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 15:34:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 16:36:01 +0700
commit305def1babb207f22c40f9fa0c26807cc9822ff5 (patch)
tree30befa51ab265683bd5e9565d93687e2ad5bc0f1 /system
parent9267b4a01e14b1831aa67766c6ed27b46f5a04cb (diff)
downloadslackbuilds-305def1babb207f22c40f9fa0c26807cc9822ff5.tar.gz
slackbuilds-305def1babb207f22c40f9fa0c26807cc9822ff5.tar.xz
system/letsencrypt: Updated for version 0.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild5
-rw-r--r--system/letsencrypt/letsencrypt.info6
2 files changed, 7 insertions, 4 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
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 47ba5b06e4..a81abfb45a 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="0.12.0"
+VERSION="0.13.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v0.12.0/certbot-0.12.0.tar.gz"
-MD5SUM="6d1c20f6d36685ab4698675899db5839"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v0.13.0/certbot-0.13.0.tar.gz"
+MD5SUM="b763e73ea16ac9dbf2b4d2443db3e889"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing"