diff options
-rw-r--r-- | development/git-tools/git-tools.SlackBuild | 4 | ||||
-rw-r--r-- | development/git-tools/git-tools.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/development/git-tools/git-tools.SlackBuild b/development/git-tools/git-tools.SlackBuild index 78a9c4c7a9..c3a9120426 100644 --- a/development/git-tools/git-tools.SlackBuild +++ b/development/git-tools/git-tools.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250902 bkw: update for v2025.08. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=git-tools -VERSION=${VERSION:-2022.12} +VERSION=${VERSION:-2025.08} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/git-tools/git-tools.info b/development/git-tools/git-tools.info index eca2f33e2e..dfbed37aa2 100644 --- a/development/git-tools/git-tools.info +++ b/development/git-tools/git-tools.info @@ -1,8 +1,8 @@ PRGNAM="git-tools" -VERSION="2022.12" +VERSION="2025.08" HOMEPAGE="https://github.com/MestreLion/git-tools/" -DOWNLOAD="https://github.com/MestreLion/git-tools/archive/v2022.12/git-tools-2022.12.tar.gz" -MD5SUM="ff5cd2f8d0532bd13d60e85016b2ddf1" +DOWNLOAD="https://github.com/MestreLion/git-tools/archive/v2025.08/git-tools-2025.08.tar.gz" +MD5SUM="561325851177f99ebd05d0b6c8277a16" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |