diff options
-rw-r--r-- | python/debugpy/debugpy.SlackBuild | 2 | ||||
-rw-r--r-- | python/debugpy/debugpy.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/debugpy/debugpy.SlackBuild b/python/debugpy/debugpy.SlackBuild index 88f8026dbb758..ed8ac77fb2cb9 100644 --- a/python/debugpy/debugpy.SlackBuild +++ b/python/debugpy/debugpy.SlackBuild @@ -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} diff --git a/python/debugpy/debugpy.info b/python/debugpy/debugpy.info index aeb8b2689a50b..11660bc5467b9 100644 --- a/python/debugpy/debugpy.info +++ b/python/debugpy/debugpy.info @@ -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="" |