diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-11-06 16:48:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:09 +0700 |
commit | 27b8b79331be7c82cb9d00734034e212b0d759ee (patch) | |
tree | c95322a5a46149bcb6a2869b61a6b73d7d6e71a2 | |
parent | 90f917a3ec7e14249b7a73562c9c7e636be4e141 (diff) | |
download | slackbuilds-27b8b79331be7c82cb9d00734034e212b0d759ee.tar.gz |
python/python3-cloudflare: Updated for version 2.10.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-cloudflare/python3-cloudflare.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-cloudflare/python3-cloudflare.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-cloudflare/python3-cloudflare.SlackBuild b/python/python3-cloudflare/python3-cloudflare.SlackBuild index 72459b2dbd..74ab595a94 100644 --- a/python/python3-cloudflare/python3-cloudflare.SlackBuild +++ b/python/python3-cloudflare/python3-cloudflare.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-cloudflare SRCNAM=python-cloudflare -VERSION=${VERSION:-2.10.2} +VERSION=${VERSION:-2.10.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-cloudflare/python3-cloudflare.info b/python/python3-cloudflare/python3-cloudflare.info index c5deae7e02..3d41dfe09c 100644 --- a/python/python3-cloudflare/python3-cloudflare.info +++ b/python/python3-cloudflare/python3-cloudflare.info @@ -1,8 +1,8 @@ PRGNAM="python3-cloudflare" -VERSION="2.10.2" +VERSION="2.10.3" HOMEPAGE="https://github.com/cloudflare/python-cloudflare" -DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.10.2/python-cloudflare-2.10.2.tar.gz" -MD5SUM="8d82262e1cfb3e55f835de6562ef157f" +DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.10.3/python-cloudflare-2.10.3.tar.gz" +MD5SUM="f469ef4348412f5f0c1da841cb55e3cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonlines BeautifulSoup4" |