python/certbot-dns-cloudflare: Updated for version 2.10.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
С. С. Болоканаръ 2024-05-01 16:39:53 +03:00 committed by Willy Sudiarto Raharjo
parent 72659fc5c0
commit a0be1a2a27
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Copyright 2022 S.S. Bolokanar, Bulgaria <bolokanar@bulgars.org>
# Copyright 2022 S.S. Bolokanar, Bulgaria <bolokanar@bulgarsociety.org>
# С. С. Болоканаръ, България
# All rights reserved.
#
@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=certbot-dns-cloudflare
VERSION=${VERSION:-2.9.0}
VERSION=${VERSION:-2.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="certbot-dns-cloudflare"
VERSION="2.9.0"
VERSION="2.10.0"
HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/"
DOWNLOAD="https://files.pythonhosted.org/packages/cd/b4/db80e1ea8f9165ed816f64acce5e7df8beb8689457f1b1872f5b41124ae4/certbot-dns-cloudflare-2.9.0.tar.gz"
MD5SUM="c5c704fc0035325a90457b01733fb227"
DOWNLOAD="https://files.pythonhosted.org/packages/e9/42/afd7d47caa771fc40eb1b77d126648c3421b9277ca66917aa6d8e3599810/certbot-dns-cloudflare-2.10.0.tar.gz"
MD5SUM="f438fa6dbaf63f1fcea140fa885827a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-cloudflare"
MAINTAINER="S. S. Bolokanar"
EMAIL="bolokanar@bulgars.org"
EMAIL="bolokanar@bulgarsociety.org"