From ad230e8839b65938a9ebd5aea6e98e3ce74bb09d Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 12 Apr 2020 21:44:36 +0100 Subject: [PATCH] Ports: Update git to 2.26.0 --- Ports/git/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/git/package.sh b/Ports/git/package.sh index 1760ec550e..2a98e4eb41 100755 --- a/Ports/git/package.sh +++ b/Ports/git/package.sh @@ -1,6 +1,6 @@ #!/bin/bash ../.port_include.sh port=git -version=2.25.1 +version=2.26.0 useconfigure="true" files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz" configopts="--target=i686-pc-serenity"