From b809ea6bb38b10bb1fb697a44b1bbcd13f9684b5 Mon Sep 17 00:00:00 2001 From: dslm4515 <27793627+dslm4515@users.noreply.gitub.com> Date: Tue, 31 Oct 2023 20:27:33 -0500 Subject: [PATCH] Upgraded git from 2.40.1 to 2.42.0 --- build-scripts/git.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-scripts/git.build b/build-scripts/git.build index 30559c3..96f5335 100644 --- a/build-scripts/git.build +++ b/build-scripts/git.build @@ -1,7 +1,7 @@ #! /bin/bash # Git -# Source: https://www.kernel.org/pub/software/scm/git/git-2.40.1.tar.xz +# Source: https://www.kernel.org/pub/software/scm/git/git-2.42.0.tar.xz # # $BUILD = Directory to temporarily install # $PKGS = Directory to store built packages @@ -25,7 +25,7 @@ export LDFLAGS="-flto=auto -Wl,-O2 -Wl,--as-needed " read -p "Compile? " && make -j2 && read -p "Press Enter to install" && -sudo -S make DESTDIR=$BUILD perllibdir=/usr/lib/perl5/5.34/site_perl install && +sudo -S make DESTDIR=$BUILD perllibdir=/usr/lib/perl5/5.36/site_perl install && cd $BUILD && sudo mkdir -v install && cat > /tmp/slack-desc << "EOF" @@ -50,6 +50,6 @@ git: maintained by Junio C. Hamano. git: EOF sudo mv /tmp/slack-desc install/ && -sudo makepkg -l y -c n $PKGS/git-2.40.1-$PSUFFIX && +sudo makepkg -l y -c n $PKGS/git-2.42.0-$PSUFFIX && sudo rm -rf $BUILD/*