diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-11-16 00:04:33 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:08 +0700 |
commit | dc0373f33ed953483c4a2c7ac3c199df9008117a (patch) | |
tree | 8e7fd5b3a618abaddc6d4839a7ea98941796ba77 | |
parent | b69345bcd80060456513a1fbf91ae185888a505c (diff) |
python/certbot-dns-cloudflare: Updated for version 1.32.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 | 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 1988ae8b8001..fe21c3e2b96f 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:-1.31.0} +VERSION=${VERSION:-1.32.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 bccf7a142eb9..602b63912cdb 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="1.31.0" +VERSION="1.32.0" HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/" -DOWNLOAD="https://files.pythonhosted.org/packages/ee/19/1657aa0ff4a171644b4c3a4339af261d9578b8a46104bada3bd207a45095/certbot-dns-cloudflare-1.31.0.tar.gz" -MD5SUM="892784c98ce7d23eafe50d1d7c6c158e" +DOWNLOAD="https://files.pythonhosted.org/packages/68/6f/c3c5756dd0a7ec4b89b39a899333f2d78016218180d05df7386bd1b78a88/certbot-dns-cloudflare-1.32.0.tar.gz" +MD5SUM="0ea4d05ce93cbff0b5ade9faae463064" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cloudflare" |