python/python3-pylint-venv: Update for 3.0.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2023-12-29 23:53:42 -08:00 committed by Willy Sudiarto Raharjo
parent e1c07cc752
commit b978a53c8d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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"