summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:21:44 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:22:47 +0700
commitd5aebb6794d5b57701b29795c5e5dd837654a0f1 (patch)
treee5aeb68ff555c09e66a2d89806e4345c5a8967b7
parent8882b9e25f4e3460133a5567d06972e5cedfc45e (diff)
downloadslackbuilds-d5aebb6794d5b57701b29795c5e5dd837654a0f1.tar.gz
slackbuilds-d5aebb6794d5b57701b29795c5e5dd837654a0f1.tar.xz
system/letsencrypt: Updated for version 0.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild8
-rw-r--r--system/letsencrypt/letsencrypt.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild
index e24b08464c..50ea4d4394 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for letsencrypt
-# Copyright 2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=letsencrypt
-VERSION=${VERSION:-0.1.1}
+VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,9 +75,7 @@ python setup.py install --root=$PKG
# install letsencrypt client
cd ..
-# Developer forget this single file
-# https://github.com/letsencrypt/letsencrypt/issues/1966
-sed -i "s|0.2.0.dev0|0.1.1|" letsencrypt/__init__.py
+
python setup.py install --root=$PKG
# this plugins are not working for Slackware yet, but we will keep it here
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index a0ba41fbc9..6ce4a154fe 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="0.1.1"
+VERSION="0.2.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.1.1.tar.gz"
-MD5SUM="b686984988e05af54e19b7dbcad75a82"
+DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.2.0.tar.gz"
+MD5SUM="6838f472ead354b980b0d6a77713fd88"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 pyOpenSSL psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing"