diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-04-10 08:19:03 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:35 +0700 |
commit | 2799c127c19a199fe4308f771449749cdc3c0dc2 (patch) | |
tree | c080b7e7a50a6af6a33991738fd651b34a202095 /python/python3-httpcore/python3-httpcore.SlackBuild | |
parent | 074e47259d4858ab62f3e65bcc22d95ee4223856 (diff) |
python/python3-httpcore: Updated for version 0.17.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-httpcore/python3-httpcore.SlackBuild')
-rw-r--r-- | python/python3-httpcore/python3-httpcore.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-httpcore/python3-httpcore.SlackBuild b/python/python3-httpcore/python3-httpcore.SlackBuild index b6fd4372b2..3847840d58 100644 --- a/python/python3-httpcore/python3-httpcore.SlackBuild +++ b/python/python3-httpcore/python3-httpcore.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-httpcore SRCNAM=$(echo $PRGNAM | sed 's/python3-//') -VERSION=${VERSION:-0.16.3} +VERSION=${VERSION:-0.17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |