diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-02 11:05:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:10 +0700 |
commit | d8866b1aa7eae359ed98b8b417ca8dd162887d6b (patch) | |
tree | 7395a11ce1a974e4f6f01cf0feb487ca83b5980c /python | |
parent | 0b1b909716159f5f5644063acd9cd7d9d5aac945 (diff) |
python/debugpy: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/debugpy/debugpy.SlackBuild | 4 | ||||
-rw-r--r-- | python/debugpy/debugpy.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/debugpy/debugpy.SlackBuild b/python/debugpy/debugpy.SlackBuild index 033c58feeca33..cb86886561ef1 100644 --- a/python/debugpy/debugpy.SlackBuild +++ b/python/debugpy/debugpy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for debugpy -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2021-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=debugpy -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/debugpy/debugpy.info b/python/debugpy/debugpy.info index ff65a7ad8cb36..f0808bd794698 100644 --- a/python/debugpy/debugpy.info +++ b/python/debugpy/debugpy.info @@ -1,8 +1,8 @@ PRGNAM="debugpy" -VERSION="1.5.1" +VERSION="1.6.0" HOMEPAGE="https://github.com/microsoft/debugpy/" -DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.5.1/debugpy-1.5.1.tar.gz" -MD5SUM="c9372ee77a236f3d9c832d82104119d8" +DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.6.0/debugpy-1.6.0.tar.gz" +MD5SUM="3fdf3f8fb5fc78322f279c6f1b161b14" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |