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/debugpy/debugpy.SlackBuild | |
parent | 0b1b909716159f5f5644063acd9cd7d9d5aac945 (diff) |
python/debugpy: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/debugpy/debugpy.SlackBuild')
-rw-r--r-- | python/debugpy/debugpy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |