summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt/letsencrypt.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2015-12-20 19:55:17 +0100
committer Willy Sudiarto Raharjo2015-12-20 19:55:17 +0100
commit2a550052217e3c89259e183338925e9dc59d083e (patch)
tree6d845efa777c39eb5c72ced4d371b1194481b69f /system/letsencrypt/letsencrypt.SlackBuild
parent7abc161ed608c87eea143f9c9a957ccc199e80b3 (diff)
downloadslackbuilds-2a550052217e3c89259e183338925e9dc59d083e.tar.gz
system/letsencrypt: Updated for version 0.1.1.
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 08714080f8..e24b08464c 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=letsencrypt
-VERSION=${VERSION:-0.1.0}
+VERSION=${VERSION:-0.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,6 +75,9 @@ 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