diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-09-06 20:46:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-08 08:56:43 +0700 |
commit | e8ccb580caefc1136a0e8da6b04d6fb0cbe3b0a0 (patch) | |
tree | b5ab1beb878efdba4d2339e2bc2f9da6b1fb895a | |
parent | dccf025d34548bd69c59e611bc6ee67f37e9d702 (diff) |
python/python3-watchdog: Update for 5.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-watchdog/python3-watchdog.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-watchdog/python3-watchdog.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-watchdog/python3-watchdog.SlackBuild b/python/python3-watchdog/python3-watchdog.SlackBuild index 70ff4534a6..4952b2ac26 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:-5.0.1} +VERSION=${VERSION:-5.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-watchdog/python3-watchdog.info b/python/python3-watchdog/python3-watchdog.info index fdb7e72a3b..af572e4751 100644 --- a/python/python3-watchdog/python3-watchdog.info +++ b/python/python3-watchdog/python3-watchdog.info @@ -1,8 +1,8 @@ PRGNAM="python3-watchdog" -VERSION="5.0.1" +VERSION="5.0.2" HOMEPAGE="https://github.com/gorakhargosh/watchdog" -DOWNLOAD="https://github.com/gorakhargosh/watchdog/archive/v5.0.1/watchdog-5.0.1.tar.gz" -MD5SUM="b77d9d0eeb7cf28948b352f94d08088c" +DOWNLOAD="https://github.com/gorakhargosh/watchdog/archive/v5.0.2/watchdog-5.0.2.tar.gz" +MD5SUM="734601218a53bdf6e93ef382258cc2be" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |