diff options
author | Linus Groh <mail@linusgroh.de> | 2020-04-12 21:44:36 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-13 00:46:58 +0200 |
commit | ad230e8839b65938a9ebd5aea6e98e3ce74bb09d (patch) | |
tree | 00f5e855ff0884cb2d99d87807b89460201d00c3 /Ports/git/package.sh | |
parent | f8f65053bdbc086e132db5cb620fc4b0789a13b1 (diff) | |
download | serenity-ad230e8839b65938a9ebd5aea6e98e3ce74bb09d.zip |
Ports: Update git to 2.26.0
Diffstat (limited to 'Ports/git/package.sh')
-rwxr-xr-x | Ports/git/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |