diff options
author | С. С. Болоканаръ <bolokanar@bulgars.org> | 2023-11-03 23:55:11 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-04 16:41:30 +0700 |
commit | d9b07da783706203cd5476d0bc20d65a36fd99c7 (patch) | |
tree | 81d26bb49dd38f5fddaca992ad57f2cea4a028b1 /python | |
parent | c82d80d968601210b8a54cea0f6a711856fcf249 (diff) |
python/certbot-dns-cloudflare: Updated for version 2.7.4
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 a17fd1321671..3860f11408bc 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.6.0} +VERSION=${VERSION:-2.7.4} 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 13558310ca2a..1da5879bab69 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.6.0" +VERSION="2.7.4" HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/" -DOWNLOAD="https://files.pythonhosted.org/packages/08/75/a28f456d9abd3d02a816b93fdb94f12e47344a660b0189493257e450a0ed/certbot-dns-cloudflare-2.6.0.tar.gz" -MD5SUM="8cdb078093687f1145a89b1209ae7f74" +DOWNLOAD="https://files.pythonhosted.org/packages/e2/d4/28aa8da1d3aa99eb183865ed750862982f8b7d704021a1e9a9ca756ccd98/certbot-dns-cloudflare-2.7.4.tar.gz" +MD5SUM="46c3daaae0e93c93e8612c2ea9a1596e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cloudflare" |