system/letsencrypt: Updated for version 0.33.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b7aec67bb1
commit
0be2e71967
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=letsencrypt
|
||||
SRCNAM=certbot
|
||||
VERSION=${VERSION:-0.33.0}
|
||||
VERSION=${VERSION:-0.33.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue