diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-05-12 12:44:01 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-18 06:55:30 +0700 |
commit | 023e800b91ba23f281e81764da367378c2b3f1d6 (patch) | |
tree | 3a6e99299052ed4cf439499326f5a92f22fc0c69 /development | |
parent | 9bfbd08aa592319ba8cbb05695fa629cd018fb03 (diff) |
development/pre-commit: Updated for version 3.7.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 9917f4c346c3..ed63930914fe 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.7.0} +VERSION=${VERSION:-3.7.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 2fcdd09518e3..3ae97a85c734 100644 --- a/development/pre-commit/pre-commit.info +++ b/development/pre-commit/pre-commit.info @@ -1,8 +1,8 @@ PRGNAM="pre-commit" -VERSION="3.7.0" +VERSION="3.7.1" HOMEPAGE="https://pre-commit.com/" -DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.7.0/pre-commit-3.7.0.tar.gz" -MD5SUM="c79e85a9be40284c9b952ac6e6914d9d" +DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.7.1/pre-commit-3.7.1.tar.gz" +MD5SUM="71ac1bb00f99df0d7cab46f75df7034e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cfgv python3-identify python3-virtualenv nodeenv" |