mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/pre-commit: Updated for version 4.0.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
bae9649399
commit
0e67571019
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pre-commit
|
||||
VERSION=${VERSION:-3.8.0}
|
||||
VERSION=${VERSION:-4.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pre-commit"
|
||||
VERSION="3.8.0"
|
||||
VERSION="4.0.1"
|
||||
HOMEPAGE="https://pre-commit.com/"
|
||||
DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.8.0/pre-commit-3.8.0.tar.gz"
|
||||
MD5SUM="a2645b55d3fc9a147ab5a22649b5d38d"
|
||||
DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v4.0.1/pre-commit-4.0.1.tar.gz"
|
||||
MD5SUM="a164c917a7a2218f570007a5334d8058"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-cfgv python3-identify python3-virtualenv nodeenv"
|
||||
|
|
Loading…
Reference in a new issue