diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-08-21 17:00:02 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:37 +0700 |
commit | 9d19045bb8d048451b9050548ea3f8ea5e45775d (patch) | |
tree | 20feac3e5efd5d055233b1c0dca5705c2c6d2a8a /python/python3-cloudflare | |
parent | a83756e918641ac8f8a6baa291c3a5d8ca9b9a71 (diff) |
python/python3-cloudflare: Updated for version 2.9.12
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 258698fc9af7..dea6de544623 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.9.11} +VERSION=${VERSION:-2.9.12} 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 a113de836f5d..f2196fb004ea 100644 --- a/python/python3-cloudflare/python3-cloudflare.info +++ b/python/python3-cloudflare/python3-cloudflare.info @@ -1,8 +1,8 @@ PRGNAM="python3-cloudflare" -VERSION="2.9.11" +VERSION="2.9.12" HOMEPAGE="https://github.com/cloudflare/python-cloudflare" -DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.9.11/python-cloudflare-2.9.11.tar.gz" -MD5SUM="e6ce19c7cfffc519a7213f201f7f70e5" +DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.9.12/python-cloudflare-2.9.12.tar.gz" +MD5SUM="d749ebd5d7da59584ec830fc02cd81b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonlines BeautifulSoup4" |