Browse Source
python/certbot-dns-cloudflare: Updated for version 3.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/288/head
С. С. Болоканаръ
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/certbot-dns-cloudflare/certbot-dns-cloudflare.SlackBuild
-
python/certbot-dns-cloudflare/certbot-dns-cloudflare.info
|
|
@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=certbot-dns-cloudflare |
|
|
|
SRCNAM=certbot_dns_cloudflare |
|
|
|
VERSION=${VERSION:-2.11.0} |
|
|
|
VERSION=${VERSION:-3.3.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="certbot-dns-cloudflare" |
|
|
|
VERSION="2.11.0" |
|
|
|
VERSION="3.3.0" |
|
|
|
HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/87/e3/a70184bc9f949170b12abed884105a342411a45a3542ece1c389bcc22b9b/certbot_dns_cloudflare-2.11.0.tar.gz" |
|
|
|
MD5SUM="c06f667bb633a130ff12004d4683b8d7" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/ed/f0/a730aca0f65efec71775c8dfec333444e0a8089d1be4073a3074a9c1de69/certbot_dns_cloudflare-3.3.0.tar.gz" |
|
|
|
MD5SUM="e7eb2fc7b3ce5624c1959ba586a281da" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-cloudflare" |
|
|
|