mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
system/letsencrypt: Updated for version 0.29.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
afde4807d6
commit
fbf86f6b5e
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=letsencrypt
|
PRGNAM=letsencrypt
|
||||||
SRCNAM=certbot
|
SRCNAM=certbot
|
||||||
VERSION=${VERSION:-0.28.0}
|
VERSION=${VERSION:-0.29.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="letsencrypt"
|
PRGNAM="letsencrypt"
|
||||||
VERSION="0.28.0"
|
VERSION="0.29.1"
|
||||||
HOMEPAGE="https://letsencrypt.org/"
|
HOMEPAGE="https://letsencrypt.org/"
|
||||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.28.0/certbot-0.28.0.tar.gz"
|
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.29.1/certbot-0.29.1.tar.gz"
|
||||||
MD5SUM="f58fd64e87d0e234b3f70fd2d40cf4e3"
|
MD5SUM="29419661c2d61b493d3c0302052579c1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_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"
|
REQUIRES="configobj mock pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy funcsigs requests-toolbelt"
|
||||||
|
|
Loading…
Reference in a new issue