mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-watchdog: Update for 6.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8b8535b590
commit
534016132e
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-watchdog
|
||||
VERSION=${VERSION:-5.0.3}
|
||||
VERSION=${VERSION:-6.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-watchdog"
|
||||
VERSION="5.0.3"
|
||||
VERSION="6.0.0"
|
||||
HOMEPAGE="https://github.com/gorakhargosh/watchdog"
|
||||
DOWNLOAD="https://github.com/gorakhargosh/watchdog/archive/v5.0.3/watchdog-5.0.3.tar.gz"
|
||||
MD5SUM="3d3f0a50ddac44835443524ab2e0bf93"
|
||||
DOWNLOAD="https://github.com/gorakhargosh/watchdog/archive/v6.0.0/watchdog-6.0.0.tar.gz"
|
||||
MD5SUM="e5cea8ab4a9b7af9680381948e850033"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue