diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-08 14:23:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-08 14:23:23 +0700 |
commit | 83bb8a00f39f96f5201c0b2d5b357bb37b35efd4 (patch) | |
tree | 45ebe263e114125fee11c066ec044410363e7d02 /system/letsencrypt/letsencrypt.SlackBuild | |
parent | fd56fdbd1853d6ff3750409917e38ed10d1a1a24 (diff) |
system/letsencrypt: Updated for versino 1.21.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 696c24e0dbb1..8ca6422fe7f3 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.20.0} +VERSION=${VERSION:-1.21.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |