diff options
Diffstat (limited to 'development/pre-commit/pre-commit.SlackBuild')
-rw-r--r-- | development/pre-commit/pre-commit.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |