diff options
author | С. С. Болоканаръ <bolokanar@bulgars.org> | 2023-11-29 11:08:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-29 18:44:59 +0700 |
commit | b052b6dc4a348de1ab841cfa63c8c81d158f5299 (patch) | |
tree | c892dc4170e0bbedf1783ba454fbebff8f5b58dc /python | |
parent | 902b7ab99ae8b83b60ee6b6231c8ded0b78ef6d2 (diff) |
python/python3-cloudflare: Updated for version 2.14.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 e9dd18558e..86cab0acd1 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.12.4} +VERSION=${VERSION:-2.14.2} 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 2d599220a4..d1095539c7 100644 --- a/python/python3-cloudflare/python3-cloudflare.info +++ b/python/python3-cloudflare/python3-cloudflare.info @@ -1,8 +1,8 @@ PRGNAM="python3-cloudflare" -VERSION="2.12.4" +VERSION="2.14.2" HOMEPAGE="https://github.com/cloudflare/python-cloudflare" -DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.12.4/python-cloudflare-2.12.4.tar.gz" -MD5SUM="1b60cf1205cc6328d373960bd3e58f02" +DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.14.2/python-cloudflare-2.14.2.tar.gz" +MD5SUM="74aea8e0ac29b4e92fe4940edd524b49" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonlines BeautifulSoup4" |