system/letsencrypt: Updated for version 0.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8867a8a51e
commit
169911acf9
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=letsencrypt
|
||||
SRCNAM=certbot
|
||||
VERSION=${VERSION:-0.13.0}
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="letsencrypt"
|
||||
VERSION="0.13.0"
|
||||
VERSION="0.14.0"
|
||||
HOMEPAGE="https://letsencrypt.org/"
|
||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.13.0/certbot-0.13.0.tar.gz"
|
||||
MD5SUM="b763e73ea16ac9dbf2b4d2443db3e889"
|
||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.14.0/certbot-0.14.0.tar.gz"
|
||||
MD5SUM="d96ee153d27604ce1a52b19f674a56f1"
|
||||
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