diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-04-10 08:26:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:41 +0700 |
commit | f8bf5154ae6a304ba98996c36c50c968588e28c6 (patch) | |
tree | 21f6e03b287fa2dd34925099e6b4770ffac71501 /python/python3-pytube | |
parent | 904f86ada51dd1b16103861f36958f46d9921be7 (diff) |
python/python3-pytube: Updated for version 12.1.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytube')
-rw-r--r-- | python/python3-pytube/python3-pytube.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-pytube/python3-pytube.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pytube/python3-pytube.SlackBuild b/python/python3-pytube/python3-pytube.SlackBuild index ee4ba16c4455..bfc76805a385 100644 --- a/python/python3-pytube/python3-pytube.SlackBuild +++ b/python/python3-pytube/python3-pytube.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pytube -# Copyright 2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pytube SRCNAM=pytube -VERSION=${VERSION:-12.1.0} +VERSION=${VERSION:-12.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pytube/python3-pytube.info b/python/python3-pytube/python3-pytube.info index dedbf9b4cab1..8c25467ebf36 100644 --- a/python/python3-pytube/python3-pytube.info +++ b/python/python3-pytube/python3-pytube.info @@ -1,8 +1,8 @@ PRGNAM="python3-pytube" -VERSION="12.1.0" +VERSION="12.1.3" HOMEPAGE="https://github.com/pytube/pytube" -DOWNLOAD="https://files.pythonhosted.org/packages/40/ea/5d78b3cc3d0d7615b62ffeb72fb04633c1ed3523a9bc47fd7ebccb20c2d4/pytube-12.1.0.tar.gz" -MD5SUM="32b32b6704b8fdf2e49c2a7ee4f06059" +DOWNLOAD="https://files.pythonhosted.org/packages/9b/27/768869cb1211218a57bb5bbc7acd8dc8fe4443fe9d36b6b2302940791cfe/pytube-12.1.3.tar.gz" +MD5SUM="baac8084a5e0d06c0eb4323c0f1b58fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |