diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-02-13 06:13:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-17 09:07:12 +0700 |
commit | a10ff763765eb52315d998fbc24a8793cf644e8a (patch) | |
tree | a62f76bb2eef3660353a24b69a1bf5c532a7f930 /development/pre-commit | |
parent | fbeb433982f1e90859e86afbb131ede66b114672 (diff) |
development/pre-commit: Updated for version 3.6.1.
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 d36d73ef17fd3..9207f3998bb9b 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 Andrew Clemons, Toyko Japan +# Copyright 2023-2024 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:-3.6.0} +VERSION=${VERSION:-3.6.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 8713fcbe8eb65..fbb45ae5e6f30 100644 --- a/development/pre-commit/pre-commit.info +++ b/development/pre-commit/pre-commit.info @@ -1,8 +1,8 @@ PRGNAM="pre-commit" -VERSION="3.6.0" +VERSION="3.6.1" HOMEPAGE="https://pre-commit.com/" -DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.6.0/pre-commit-3.6.0.tar.gz" -MD5SUM="c4ed7de951998385af71b52d0ae4ce3c" +DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.6.1/pre-commit-3.6.1.tar.gz" +MD5SUM="165db56ddfff479f508b6bce6fe5d200" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cfgv python3-identify python3-virtualenv nodeenv" |