diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2024-06-25 20:51:08 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-26 07:13:48 +0700 |
commit | 13ff33d3103daca8dc01638486811e15f2fae64e (patch) | |
tree | 074769ef664a1d2b74ced4dec0360b2f00fd5fbe /python/python3-plexapi/python3-plexapi.SlackBuild | |
parent | 29ef8d04c4f79da71b606eddea419893d1db8277 (diff) |
python/python3-plexapi: Updated for 4.15.14.
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 b5d3858cf5513..b876afd4c2efd 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-2022 Pouria Rezaei <Pouria.rz@outlook.com> +# Copyright 2019-2024 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.15.13} +VERSION=${VERSION:-4.15.14} SRCNAM=PlexAPI BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |