diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-06 19:51:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-06 19:51:44 +0700 |
commit | 5d37dd1581430e7968f7a3d71b60c8be5c32c7ab (patch) | |
tree | 45b8cb90c430387fc2a50740e2231587cf23fee0 /system/letsencrypt/letsencrypt.SlackBuild | |
parent | f708e2ce628b0075f95a92ea65d90d28aee8f3e2 (diff) | |
download | slackbuilds-5d37dd1581430e7968f7a3d71b60c8be5c32c7ab.tar.gz |
system/letsencrypt: Updated for version 1.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt/letsencrypt.SlackBuild')
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index 9c3bd63ae8..4c017a7441 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for letsencrypt -# Copyright 2015-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-1.11.0} +VERSION=${VERSION:-1.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |