diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-11-06 16:51:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:09 +0700 |
commit | 37a1a88ecd8385fd4ea4be4667eb04f253c519cf (patch) | |
tree | 66146ad95a16a749583270251bd12b6ce2c9db13 /python | |
parent | 27b8b79331be7c82cb9d00734034e212b0d759ee (diff) | |
download | slackbuilds-37a1a88ecd8385fd4ea4be4667eb04f253c519cf.tar.gz |
python/certbot-dns-cloudflare: Updated for version 1.31.0.
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 1d2ce8dfe1..1988ae8b80 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.30.0} +VERSION=${VERSION:-1.31.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 60181ec836..bccf7a142e 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.30.0" +VERSION="1.31.0" HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/" -DOWNLOAD="https://files.pythonhosted.org/packages/7f/72/97ffbdaae0807e7dfcb1461a802218d29e86f8c202133ba01baa759abee7/certbot-dns-cloudflare-1.30.0.tar.gz" -MD5SUM="65259267f9181649f870dfc97a24d2ab" +DOWNLOAD="https://files.pythonhosted.org/packages/ee/19/1657aa0ff4a171644b4c3a4339af261d9578b8a46104bada3bd207a45095/certbot-dns-cloudflare-1.31.0.tar.gz" +MD5SUM="892784c98ce7d23eafe50d1d7c6c158e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cloudflare" |