mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-debugpy: Update for 1.8.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9d53c79094
commit
01faf46393
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue