diff options
author | 2025-01-23 21:30:54 +0900 | |
---|---|---|
committer | 2025-01-25 09:03:40 +0700 | |
commit | 062890b736b43824e3b13349a5a2cae60ffb5970 (patch) | |
tree | 78cc401d4b3eb1bdcf9daa14c910e244daa8b486 /development/pre-commit | |
parent | 273595c7bfad75b361258a803c1db6e1abbfb47e (diff) | |
download | slackbuilds-062890b736b43824e3b13349a5a2cae60ffb5970.tar.gz slackbuilds-062890b736b43824e3b13349a5a2cae60ffb5970.tar.xz |
development/pre-commit: Updated for version 4.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pre-commit')
-rw-r--r-- | development/pre-commit/pre-commit.SlackBuild | 4 | ||||
-rw-r--r-- | development/pre-commit/pre-commit.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/pre-commit/pre-commit.SlackBuild b/development/pre-commit/pre-commit.SlackBuild index ff855ab2bb..f377823406 100644 --- a/development/pre-commit/pre-commit.SlackBuild +++ b/development/pre-commit/pre-commit.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pre-commit -# Copyright 2023-2024 Andrew Clemons, Toyko Japan +# Copyright 2023-2025 Andrew Clemons, Toyko Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pre-commit -VERSION=${VERSION:-4.0.1} +VERSION=${VERSION:-4.1.0} 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 e163ad3ae7..77bf840d81 100644 --- a/development/pre-commit/pre-commit.info +++ b/development/pre-commit/pre-commit.info @@ -1,8 +1,8 @@ PRGNAM="pre-commit" -VERSION="4.0.1" +VERSION="4.1.0" HOMEPAGE="https://pre-commit.com/" -DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v4.0.1/pre-commit-4.0.1.tar.gz" -MD5SUM="a164c917a7a2218f570007a5334d8058" +DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v4.1.0/pre-commit-4.1.0.tar.gz" +MD5SUM="6faecf2a6f6b0fd21fe7c7bdbf896431" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cfgv python3-identify python3-virtualenv nodeenv" |