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