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 | |
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')
-rw-r--r-- | python/python3-h11/python3-h11.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-h11/python3-h11.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-h11/python3-h11.SlackBuild b/python/python3-h11/python3-h11.SlackBuild index 40e14776f422..7ceabb4ee9c9 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} diff --git a/python/python3-h11/python3-h11.info b/python/python3-h11/python3-h11.info index 46004955269f..b0be10e180e0 100644 --- a/python/python3-h11/python3-h11.info +++ b/python/python3-h11/python3-h11.info @@ -1,8 +1,8 @@ PRGNAM="python3-h11" -VERSION="0.13.0" +VERSION="0.14.0" HOMEPAGE="https://github.com/python-hyper/h11" -DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h11/h11-0.13.0.tar.gz" -MD5SUM="83235d9b0593917233aa009f6d1d42a3" +DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h11/h11-0.14.0.tar.gz" +MD5SUM="84c33fc0aa1f868928114c4d02c43dc2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |