system/letsencrypt: Updated for version 0.14.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2f1f6e6434
commit
f7ee759760
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=letsencrypt
|
||||
SRCNAM=certbot
|
||||
VERSION=${VERSION:-0.14.1}
|
||||
VERSION=${VERSION:-0.14.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="letsencrypt"
|
||||
VERSION="0.14.1"
|
||||
VERSION="0.14.2"
|
||||
HOMEPAGE="https://letsencrypt.org/"
|
||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.14.1/certbot-0.14.1.tar.gz"
|
||||
MD5SUM="9a0833266ea026e882009c6fe27ff49b"
|
||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.14.2/certbot-0.14.2.tar.gz"
|
||||
MD5SUM="4470462d60bdcc38eb277504363a7279"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing"
|
||||
|
|
Loading…
Reference in New Issue