From 305def1babb207f22c40f9fa0c26807cc9822ff5 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 8 Apr 2017 15:34:48 +0700 Subject: system/letsencrypt: Updated for version 0.13.0. Signed-off-by: Willy Sudiarto Raharjo --- system/letsencrypt/letsencrypt.SlackBuild | 5 ++++- system/letsencrypt/letsencrypt.info | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'system') 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" -- cgit v1.2.3-65-gdbad