From 3b5702961c822f05a1305202478a14a7a0fbcef8 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Sun, 10 May 2026 15:24:44 +0000 Subject: [PATCH] Update git-extras-version to 7.5.0 from 7.4.0 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index c872bc8..0412585 100644 --- a/buildenv +++ b/buildenv @@ -1,6 +1,6 @@ # Update bump details accordingly. Use bump check to confirm. # bump: git-extras-version /GIT-EXTRAS_VERSION="(.*)"/ https://github.com/tj/git-extras.git|semver:* -# GIT-EXTRAS_VERSION="7.4.0" # Specify a stable release +# GIT-EXTRAS_VERSION="7.5.0" # Specify a stable release # export ZOPEN_STABLE_TAG="v${GIT-EXTRAS_VERSION}" export ZOPEN_STABLE_URL="https://github.com/tj/git-extras.git" export ZOPEN_STABLE_DEPS="make bash git coreutils"