diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-10-22 19:51:31 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:11:57 +0700 |
commit | 560c6692e3d00169f9a9e8e4a9bac39c23e68e52 (patch) | |
tree | d014309b801f273edae21bd2d486e9ed3b281ce2 /development | |
parent | b13d97a44ae40b2fba2cab2906d1e92c679ee571 (diff) |
development/pre-commit: Updated for version 3.5.0.
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 0d890a55b5e03..d62a243fb774d 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.4.0} +VERSION=${VERSION:-3.5.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 8ee00212d0d47..34b484796aa06 100644 --- a/development/pre-commit/pre-commit.info +++ b/development/pre-commit/pre-commit.info @@ -1,8 +1,8 @@ PRGNAM="pre-commit" -VERSION="3.4.0" +VERSION="3.5.0" HOMEPAGE="https://pre-commit.com/" -DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.4.0/pre-commit-3.4.0.tar.gz" -MD5SUM="40f22e82bd2cfdd84193f7cef9aff723" +DOWNLOAD="https://github.com/pre-commit/pre-commit/archive/v3.5.0/pre-commit-3.5.0.tar.gz" +MD5SUM="4ec7373a81e527cfb87d1c70db6c50ba" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cfgv python3-identify python3-virtualenv nodeenv" |