diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-10-03 08:39:10 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-03 23:23:45 +0700 |
commit | 0b2a3ff641c0e482d4d5b108dbe93b090446c351 (patch) | |
tree | c31186b1ff429b744db963e1f133e6cffcda5c1d /python/python3-cloudflare | |
parent | 78b2c24b54bd67ced37eee233c34f15d41869cee (diff) | |
download | slackbuilds-0b2a3ff641c0e482d4d5b108dbe93b090446c351.tar.gz |
python/python3-cloudflare: Updated for version 2.10.2
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 dea6de5446..72459b2dbd 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.12} +VERSION=${VERSION:-2.10.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 f2196fb004..c5deae7e02 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.12" +VERSION="2.10.2" HOMEPAGE="https://github.com/cloudflare/python-cloudflare" -DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.9.12/python-cloudflare-2.9.12.tar.gz" -MD5SUM="d749ebd5d7da59584ec830fc02cd81b4" +DOWNLOAD="https://github.com/cloudflare/python-cloudflare/archive/2.10.2/python-cloudflare-2.10.2.tar.gz" +MD5SUM="8d82262e1cfb3e55f835de6562ef157f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonlines BeautifulSoup4" |