diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-04-12 03:17:03 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-19 23:05:52 +0700 |
commit | 54a19bece1a44eb6f699d391662c1e64e479cac4 (patch) | |
tree | 69708e764c4fb319193e0875ca723ac9ef9a419a /python/python3-httpcore/python3-httpcore.SlackBuild | |
parent | e89a9bd38d888921156bb050849b988f1c854308 (diff) |
python/python3-httpcore: Updated for version 1.0.8.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-httpcore/python3-httpcore.SlackBuild b/python/python3-httpcore/python3-httpcore.SlackBuild index 9f823c1662..4ab892a1d7 100644 --- a/python/python3-httpcore/python3-httpcore.SlackBuild +++ b/python/python3-httpcore/python3-httpcore.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-httpcore -# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-httpcore SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.0.7} +VERSION=${VERSION:-1.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |