diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2025-08-16 08:10:42 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-16 08:01:11 +0700 |
commit | 2e6d9a2273be779d21750218f7c1ccf12fde373c (patch) | |
tree | b1a42dce77ec50251d88061dad6d8f2fbae551ba /development/pre-commit/pre-commit.SlackBuild | |
parent | 5ffdd2b43f55baaa0a806eba126d6bcb7c3fc8a0 (diff) |
development/pre-commit: Updated for version 4.3.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/pre-commit.SlackBuild')
-rw-r--r-- | development/pre-commit/pre-commit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/pre-commit/pre-commit.SlackBuild b/development/pre-commit/pre-commit.SlackBuild index c9af5e32e1..3abc184809 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:-4.2.0} +VERSION=${VERSION:-4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |