system/letsencrypt: Updated for version 0.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-03-02 16:53:14 +07:00
parent fb296cd022
commit 549f37c762
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=letsencrypt
VERSION=${VERSION:-0.4.0}
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
VERSION="0.4.0"
VERSION="0.4.1"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.4.0.tar.gz"
MD5SUM="b9339dd8b687bd95158aa17ca49df15e"
DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.4.1.tar.gz"
MD5SUM="ff89a126a9e8498750b3ab05a0b99e76"
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"