diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-12-06 00:27:57 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-08 20:46:28 +0700 |
commit | 44904c0536f18674cbbbef4e7b737437e77639f5 (patch) | |
tree | abd1c41eb0c1dd26305aac951aea239f36b8d401 /python/python3-cloudflare | |
parent | 039b34fbe3038be8e599b5b1e6414ff4c8a15ffe (diff) |
python/python3-cloudflare: Updated for version 2.11.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cloudflare')
-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 860666f7f2877..51d1326c9b1c3 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.4} +VERSION=${VERSION:-2.11.1} 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 f233f4675731f..d7c0c90527c3f 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.4" +VERSION="2.11.1" HOMEPAGE="https://github.com/cloudflare/python-cloudflare" -DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.10.4/python-cloudflare-2.10.4.tar.gz" -MD5SUM="6da9d1d317c6e9984e1ad0056b7b898b" +DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.11.1/python-cloudflare-2.11.1.tar.gz" +MD5SUM="e3a431608a94a645d43677d1f28c210d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonlines BeautifulSoup4" |