system/letsencrypt: Updated for version 0.1.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-12-21 01:55:17 +07:00
parent 7abc161ed6
commit 2a55005221
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
VERSION="0.1.0"
VERSION="0.1.1"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.1.0.tar.gz"
MD5SUM="eb1208bcf5c33a6f030da9419718bf6b"
DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.1.1.tar.gz"
MD5SUM="b686984988e05af54e19b7dbcad75a82"
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"