diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-12-06 00:28:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-08 20:46:28 +0700 |
commit | 546d4b270b3b866a968b36e409fcbf9a8fff26e9 (patch) | |
tree | 37ee90734da4e816abf303e1813aef3cddedbab0 /python | |
parent | 44904c0536f18674cbbbef4e7b737437e77639f5 (diff) |
python/certbot-dns-cloudflare: Updated for version 2.0.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 fe21c3e2b96ff..a05366674bc2f 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.32.0} +VERSION=${VERSION:-2.0.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 602b63912cdb1..8e89a879ec211 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.32.0" +VERSION="2.0.0" HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/" -DOWNLOAD="https://files.pythonhosted.org/packages/68/6f/c3c5756dd0a7ec4b89b39a899333f2d78016218180d05df7386bd1b78a88/certbot-dns-cloudflare-1.32.0.tar.gz" -MD5SUM="0ea4d05ce93cbff0b5ade9faae463064" +DOWNLOAD="https://files.pythonhosted.org/packages/5a/54/e452c1792683bb662239a97b62c819d3288d91f0a3765bd6efb881acf6cd/certbot-dns-cloudflare-2.0.0.tar.gz" +MD5SUM="4bca037e7cd62cc960e8e98925b28a91" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cloudflare" |