diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-10-07 22:38:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:49 +0700 |
commit | 14062b47066a55851a74fd8da59d77d37fbb0888 (patch) | |
tree | fe510eae13fd6459c185ce566520533fb955c168 /python/python3-h11/python3-h11.SlackBuild | |
parent | 7a939bfd593dad8075f5c0aeecb60f8615c19510 (diff) |
python/python3-h11: Updated for version 0.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-h11/python3-h11.SlackBuild')
-rw-r--r-- | python/python3-h11/python3-h11.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-h11/python3-h11.SlackBuild b/python/python3-h11/python3-h11.SlackBuild index 40e14776f4..7ceabb4ee9 100644 --- a/python/python3-h11/python3-h11.SlackBuild +++ b/python/python3-h11/python3-h11.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-h11 SRCNAM=$(echo $PRGNAM | sed 's/python3-//') -VERSION=${VERSION:-0.13.0} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |