diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-28 15:18:47 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:35 +0700 |
commit | d2cc16aeb7989b2e383b00f465a8bf8b52f28a2e (patch) | |
tree | ba71cb6b81941745b42f0147ef382f81e60d91da /python | |
parent | 805d011409d30fb0ffe5c35540c15a46fe8a31b8 (diff) |
python/python3-watchdog: Updated for version 2.3.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 84c3e6b13037..2e7250369f2a 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.2.1} +VERSION=${VERSION:-2.3.1} 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 397f4b47a41c..e6b42a8e8d66 100644 --- a/python/python3-watchdog/python3-watchdog.info +++ b/python/python3-watchdog/python3-watchdog.info @@ -1,8 +1,8 @@ PRGNAM="python3-watchdog" -VERSION="2.2.1" +VERSION="2.3.1" HOMEPAGE="https://github.com/gorakhargosh/watchdog" -DOWNLOAD="https://github.com/gorakhargosh/watchdog/archive/v2.2.1/watchdog-2.2.1.tar.gz" -MD5SUM="bb704ca766a68f3ad127d392b0aa5c73" +DOWNLOAD="https://github.com/gorakhargosh/watchdog/archive/v2.3.1/watchdog-2.3.1.tar.gz" +MD5SUM="7bb6436f89fa8b7cec7d648b438ef312" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |