diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-11-08 04:03:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:39 +0700 |
commit | 459dcc1fc0094cffd72b9e7f655b6ca9e7ddeb22 (patch) | |
tree | 915059f6875ed7c32cf918fda289f1e0eba322fb /python/python3-httpcore/python3-httpcore.SlackBuild | |
parent | f9a9a0408264e5d5d671063eead5b712419eb493 (diff) |
python/python3-httpcore: Updated for version 1.0.1.
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 1259a5b1a5..1010b1d603 100644 --- a/python/python3-httpcore/python3-httpcore.SlackBuild +++ b/python/python3-httpcore/python3-httpcore.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-httpcore SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |