diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-05 14:24:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-05 14:24:31 +0700 |
commit | 755582ed5a273f708f2765e8234afc99738264d0 (patch) | |
tree | 340567b47d7c4c4651c3cb8f8a9b9782062e71b6 /system | |
parent | d4ed98cdddaa645378399f9d099ef2e29b803cd9 (diff) | |
download | slackbuilds-755582ed5a273f708f2765e8234afc99738264d0.tar.gz |
system/letsencrypt: Updated for version 1.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 2 | ||||
-rw-r--r-- | system/letsencrypt/letsencrypt.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index 4c017a7441..33bc738437 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-1.12.0} +VERSION=${VERSION:-1.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index d4831ccca7..a5ca6f9507 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.12.0" +VERSION="1.13.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.12.0/certbot-1.12.0.tar.gz" -MD5SUM="c1f0ec078646026f4a60b81f198fef7e" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.13.0/certbot-1.13.0.tar.gz" +MD5SUM="bdf65a8ebfeba0609728a98ee48f8614" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-distro python-certifi python3-packaging" |