mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/certbot-dns-cloudflare: Updated for version 2.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
caf601bd7c
commit
6bcef6d7e4
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=certbot-dns-cloudflare
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
VERSION=${VERSION:-2.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="certbot-dns-cloudflare"
|
||||
VERSION="2.8.0"
|
||||
VERSION="2.9.0"
|
||||
HOMEPAGE="https://pypi.org/project/certbot-dns-cloudflare/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e6/5e/10d502268a08e8e59cd9c68c457527970b1e7f3f6974711c9879d6f89a81/certbot-dns-cloudflare-2.8.0.tar.gz"
|
||||
MD5SUM="80ba818459c3fd72ae531f428d270b8d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/cd/b4/db80e1ea8f9165ed816f64acce5e7df8beb8689457f1b1872f5b41124ae4/certbot-dns-cloudflare-2.9.0.tar.gz"
|
||||
MD5SUM="c5c704fc0035325a90457b01733fb227"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-cloudflare"
|
||||
|
|
Loading…
Reference in a new issue