mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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>
This commit is contained in:
parent
27b8b79331
commit
37a1a88ecd
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue