python/python3-pytube: Updated for version 15.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2becfdf19e
commit
5b0188eb9f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-pytube
|
||||
|
||||
# Copyright 2022-2023 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2022-2024 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.3}
|
||||
VERSION=${VERSION:-15.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-pytube"
|
||||
VERSION="12.1.3"
|
||||
VERSION="15.0.0"
|
||||
HOMEPAGE="https://github.com/pytube/pytube"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/9b/27/768869cb1211218a57bb5bbc7acd8dc8fe4443fe9d36b6b2302940791cfe/pytube-12.1.3.tar.gz"
|
||||
MD5SUM="baac8084a5e0d06c0eb4323c0f1b58fe"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/d8/e7/16fec46c8d255c4bbc4b185d89c91dc92cdb802836570d8004d0db169c91/pytube-15.0.0.tar.gz"
|
||||
MD5SUM="fd11326cb975238b63e1365722ecd814"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
EMAIL="dslackw@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue