system/letsencrypt: Updated for version 0.33.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-04-08 07:44:08 +07:00
parent b7aec67bb1
commit 0be2e71967
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=letsencrypt
SRCNAM=certbot
VERSION=${VERSION:-0.33.0}
VERSION=${VERSION:-0.33.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
VERSION="0.33.0"
VERSION="0.33.1"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.33.0/certbot-0.33.0.tar.gz"
MD5SUM="6e97be49830e8271e959b592a31e70d6"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.33.1/certbot-0.33.1.tar.gz"
MD5SUM="52c989c45914bf8c9a06accf9859931e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy funcsigs requests-toolbelt"