python/python3-pylint-venv: Update for 3.0.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e1c07cc752
commit
b978a53c8d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-pylint
|
||||
|
||||
# Copyright 2023 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.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=python3-pylint-venv
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
VERSION=${VERSION:-3.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pylint-venv"
|
||||
VERSION="3.0.1"
|
||||
VERSION="3.0.3"
|
||||
HOMEPAGE="https://github.com/jgosmann/pylint-venv"
|
||||
DOWNLOAD="https://github.com/jgosmann/pylint-venv/archive/v3.0.1/pylint-venv-3.0.1.tar.gz"
|
||||
MD5SUM="a9f0f817cd9b5c4eafb13561c6ab72c6"
|
||||
DOWNLOAD="https://github.com/jgosmann/pylint-venv/archive/v3.0.3/pylint-venv-3.0.3.tar.gz"
|
||||
MD5SUM="48a0bfbaef5dd93056b83b3e20eac0e5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-pylint python3-virtualenv"
|
||||
|
|
Loading…
Reference in New Issue