diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-27 18:48:19 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:27 +0700 |
commit | 4eb645b1ee6cebf07d8308eabf9fdbfaca593d86 (patch) | |
tree | 4597e1ac98262ddba35441708ef5517fcc26a378 /python/python3-watchdog/python3-watchdog.SlackBuild | |
parent | 483475bdb7ad5a9039448d8d416d275ad66dff80 (diff) |
python/python3-watchdog: Updated for version 3.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-watchdog/python3-watchdog.SlackBuild')
-rw-r--r-- | python/python3-watchdog/python3-watchdog.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-watchdog/python3-watchdog.SlackBuild b/python/python3-watchdog/python3-watchdog.SlackBuild index 2e7250369f..e37079dd20 100644 --- a/python/python3-watchdog/python3-watchdog.SlackBuild +++ b/python/python3-watchdog/python3-watchdog.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-watchdog -VERSION=${VERSION:-2.3.1} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |