diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-04 01:10:30 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:07 +0700 |
commit | bf9385d47f520f6ce40b642908eb8f660fd3c123 (patch) | |
tree | e0692c1bc96f9355f376e51e469072edf8ee18d6 | |
parent | 9075d43954cab62e562fed5f5ce8b78c292d0a7d (diff) |
python/python3-guessit: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-guessit/python3-guessit.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-guessit/python3-guessit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-guessit/python3-guessit.SlackBuild b/python/python3-guessit/python3-guessit.SlackBuild index 012bbeb466fe1..6f28957272c5b 100644 --- a/python/python3-guessit/python3-guessit.SlackBuild +++ b/python/python3-guessit/python3-guessit.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-guessit SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-3.4.3} +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-guessit/python3-guessit.info b/python/python3-guessit/python3-guessit.info index 9900d26af7393..43f8113da063e 100644 --- a/python/python3-guessit/python3-guessit.info +++ b/python/python3-guessit/python3-guessit.info @@ -1,8 +1,8 @@ PRGNAM="python3-guessit" -VERSION="3.4.3" +VERSION="3.5.0" HOMEPAGE="http://guessit.readthedocs.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/g/guessit/guessit-3.4.3.tar.gz" -MD5SUM="6be580bad4dec4d31ec0137810ef821a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/g/guessit/guessit-3.5.0.tar.gz" +MD5SUM="bd7feb0e85185a9d09bb591955c1899f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-babelfish python3-rebulk python3-dateutil" |