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 /python/python3-guessit/python3-guessit.SlackBuild | |
parent | 9075d43954cab62e562fed5f5ce8b78c292d0a7d (diff) |
python/python3-guessit: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-guessit/python3-guessit.SlackBuild')
-rw-r--r-- | python/python3-guessit/python3-guessit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-guessit/python3-guessit.SlackBuild b/python/python3-guessit/python3-guessit.SlackBuild index 012bbeb466..6f28957272 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} |