diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2022-02-07 02:03:44 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 08:25:37 +0700 |
commit | 7cffc466a9a2f3da49dc81a3ba9cc5b4670742a6 (patch) | |
tree | 48c216619e537c2f32bb178b086818d6832ad7f1 /python/python3-plexapi/python3-plexapi.SlackBuild | |
parent | 6e99ade81d143ac1d60e9e7781250bcdf1a0f1bf (diff) |
python/python3-plexapi: Updated for version 4.9.1.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-plexapi/python3-plexapi.SlackBuild')
-rw-r--r-- | python/python3-plexapi/python3-plexapi.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-plexapi/python3-plexapi.SlackBuild b/python/python3-plexapi/python3-plexapi.SlackBuild index 70413b82abb4..a15c0f3f5e57 100644 --- a/python/python3-plexapi/python3-plexapi.SlackBuild +++ b/python/python3-plexapi/python3-plexapi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-PlexAPI -# Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com> +# Copyright 2019-2022 Pouria Rezaei <Pouria.rz@outlook.com> # 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-plexapi -VERSION=${VERSION:-4.8.0} +VERSION=${VERSION:-4.9.1} SRCNAM=PlexAPI BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |