diff options
Diffstat (limited to 'python/python3-watchdog/python3-watchdog.SlackBuild')
-rw-r--r-- | python/python3-watchdog/python3-watchdog.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-watchdog/python3-watchdog.SlackBuild b/python/python3-watchdog/python3-watchdog.SlackBuild index ab74c488c3..8e05a4b413 100644 --- a/python/python3-watchdog/python3-watchdog.SlackBuild +++ b/python/python3-watchdog/python3-watchdog.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild build script for python-watchdog # Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr> -# Copyright 2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.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-watchdog -VERSION=${VERSION:-3.0.0} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |