diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-10-15 08:23:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-19 16:22:11 +0700 |
commit | 0e6757101987427fc8e39f0edfef489185463a60 (patch) | |
tree | 6815921e6f6b61718defa0bfab25edfe79374e23 /development | |
parent | bae9649399051aa101a1aaadd75948b0e581fab9 (diff) |
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>
Diffstat (limited to 'development')
-rw-r--r-- | development/pre-commit/pre-commit.SlackBuild | 2 | ||||
-rw-r--r-- | development/pre-commit/pre-commit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/pre-commit/pre-commit.SlackBuild b/development/pre-commit/pre-commit.SlackBuild index 60367f0887c27..ff855ab2bb194 100644 --- a/development/pre-commit/pre-commit.SlackBuild +++ b/development/pre-commit/pre-commit.SlackBuild @@ -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} diff --git a/development/pre-commit/pre-commit.info b/development/pre-commit/pre-commit.info index 9711a91808139..e163ad3ae7645 100644 --- a/development/pre-commit/pre-commit.info +++ b/development/pre-commit/pre-commit.info @@ -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" |