diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2023-04-15 12:55:34 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 20:45:24 +0700 |
commit | e557d2cb7a1ddd52976d3acb9c187bc83881b0f6 (patch) | |
tree | 3273460b239c5e35581429d2a22358eaffb55678 /python | |
parent | 1657d237c8c5188ba25b212de3c424af1b57cd35 (diff) |
python/certbot-dns-cloudflare: Updated for version 2.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild | 2 | ||||
-rw-r--r-- | python/certbot-dns-cloudflare/certbot-dns-cloudflare.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild b/python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild index a4383b01e0ef..5375447544de 100644 --- a/python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild +++ b/python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=certbot-dns-cloudflare -VERSION=${VERSION:-2.4.0} +VERSION=${VERSION:-2.5.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 a6c4bd8f670c..36c0f3e160d9 100644 --- a/python/certbot-dns-cloudflare/certbot-dns-cloudflare.info +++ b/python/certbot-dns-cloudflare/certbot-dns-cloudflare.info @@ -1,8 +1,8 @@ PRGNAM="certbot-dns-cloudflare" -VERSION="2.4.0" +VERSION="2.5.0" HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/" -DOWNLOAD="https://files.pythonhosted.org/packages/97/b4/a63329e23b8ca910386e6d13ad12112fc1edbb66e1646b3ed238336a4f22/certbot-dns-cloudflare-2.4.0.tar.gz" -MD5SUM="3866d6fb9c469a17d56df4b7d084be0e" +DOWNLOAD="https://files.pythonhosted.org/packages/66/9e/8dc7ad0e0584ba9c74d5d834636028f55bd2d4989eb04f844fad5a387504/certbot-dns-cloudflare-2.5.0.tar.gz" +MD5SUM="ae50188bae1e55bdec7faab5775f56e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cloudflare" |