diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-27 01:10:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-27 01:10:12 +0700 |
commit | de23552524848dce73fb2634b5014527144721b8 (patch) | |
tree | 721680d7a66d0525913e82bfc5c696b6ae58cc88 /system/letsencrypt/letsencrypt.SlackBuild | |
parent | 2011901b979204d9d62765b21b2047e8181c28dd (diff) |
system/letsencrypt: Updated for version 1.19.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt/letsencrypt.SlackBuild')
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index cc937ff0f5f3d..1f90192c31ebb 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-1.18.0} +VERSION=${VERSION:-1.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |