diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-02-11 20:48:59 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-12 14:47:57 +0700 |
commit | 01faf46393c5b1a21222a381ecaa5ab4dfbacb8e (patch) | |
tree | 40e98aa2513b8755b9157018386f9ba5069cb96f /python | |
parent | 9d53c790944f88b864ab6de27cb051c0bb329931 (diff) |
python/python3-debugpy: Update for 1.8.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-debugpy/python3-debugpy.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-debugpy/python3-debugpy.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-debugpy/python3-debugpy.SlackBuild b/python/python3-debugpy/python3-debugpy.SlackBuild index 38d669eb50384..a6e611e1253f4 100644 --- a/python/python3-debugpy/python3-debugpy.SlackBuild +++ b/python/python3-debugpy/python3-debugpy.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-debugpy -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-debugpy/python3-debugpy.info b/python/python3-debugpy/python3-debugpy.info index 35262c634a29f..8b84d080b247f 100644 --- a/python/python3-debugpy/python3-debugpy.info +++ b/python/python3-debugpy/python3-debugpy.info @@ -1,8 +1,8 @@ PRGNAM="python3-debugpy" -VERSION="1.8.0" +VERSION="1.8.1" HOMEPAGE="https://github.com/microsoft/debugpy/" -DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.8.0/debugpy-1.8.0.tar.gz" -MD5SUM="4faf50c7b35e34a10766a7ff6cd66aec" +DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.8.1/debugpy-1.8.1.tar.gz" +MD5SUM="970aba798bf170d2089ed681cb6620d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |