python/debugpy: Update for 1.6.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b45e7ea4b6
commit
1e68c7a457
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=debugpy
|
||||
VERSION=${VERSION:-1.6.2}
|
||||
VERSION=${VERSION:-1.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="debugpy"
|
||||
VERSION="1.6.2"
|
||||
VERSION="1.6.3"
|
||||
HOMEPAGE="https://github.com/microsoft/debugpy/"
|
||||
DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.6.2/debugpy-1.6.2.tar.gz"
|
||||
MD5SUM="0d65d93b3167ffd0639a5d16c61651a7"
|
||||
DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.6.3/debugpy-1.6.3.tar.gz"
|
||||
MD5SUM="05d32c3e9a56f9e5c0be82e312316a3e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue