mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/pre-commit: Updated for version 3.7.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9bfbd08aa5
commit
023e800b91
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pre-commit
|
||||
VERSION=${VERSION:-3.7.0}
|
||||
VERSION=${VERSION:-3.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pre-commit"
|
||||
VERSION="3.7.0"
|
||||
VERSION="3.7.1"
|
||||
HOMEPAGE="https://pre-commit.com/"
|
||||
DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.7.0/pre-commit-3.7.0.tar.gz"
|
||||
MD5SUM="c79e85a9be40284c9b952ac6e6914d9d"
|
||||
DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.7.1/pre-commit-3.7.1.tar.gz"
|
||||
MD5SUM="71ac1bb00f99df0d7cab46f75df7034e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-cfgv python3-identify python3-virtualenv nodeenv"
|
||||
|
|
Loading…
Reference in a new issue