diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2023-03-23 10:30:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:25 +0700 |
commit | 2dee5a7b4fa8d553f864cf8dad820b9bd8b95a32 (patch) | |
tree | cf74751abdddee50b4cf239c84e3018eba72fcdb | |
parent | 4da445ff950928b792123d1c31fdd51e0ad1a221 (diff) |
python/certbot-dns-cloudflare: Updated for version 2.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild | 4 | ||||
-rw-r--r-- | python/certbot-dns-cloudflare/certbot-dns-cloudflare.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild b/python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild index c8741fdfa0a2b..a4383b01e0ef8 100644 --- a/python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild +++ b/python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2022 S.S. Bolokanar, Bulgaria <sbolokanov@abv.bg> +# Copyright 2022 S.S. Bolokanar, Bulgaria <bolokanar@bulgars.org> # С. С. Болоканаръ, България # All rights reserved. # @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=certbot-dns-cloudflare -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/certbot-dns-cloudflare/certbot-dns-cloudflare.info b/python/certbot-dns-cloudflare/certbot-dns-cloudflare.info index 5199b0793699c..a6c4bd8f670c9 100644 --- a/python/certbot-dns-cloudflare/certbot-dns-cloudflare.info +++ b/python/certbot-dns-cloudflare/certbot-dns-cloudflare.info @@ -1,10 +1,10 @@ PRGNAM="certbot-dns-cloudflare" -VERSION="2.2.0" +VERSION="2.4.0" HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/" -DOWNLOAD="https://files.pythonhosted.org/packages/52/ad/9abc04cc660cfb1c82f0c9616643a209ddbd72a6764eec5527961debaabc/certbot-dns-cloudflare-2.2.0.tar.gz" -MD5SUM="defdacabdb06786c42419ce1bf816c89" +DOWNLOAD="https://files.pythonhosted.org/packages/97/b4/a63329e23b8ca910386e6d13ad12112fc1edbb66e1646b3ed238336a4f22/certbot-dns-cloudflare-2.4.0.tar.gz" +MD5SUM="3866d6fb9c469a17d56df4b7d084be0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cloudflare" MAINTAINER="S. S. Bolokanar" -EMAIL="sbolokanov@abv.bg" +EMAIL="bolokanar@bulgars.org" |