diff options
author | Federico Guerinoni <41150432+guerinoni@users.noreply.github.com> | 2021-04-16 17:38:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 17:38:54 +0200 |
commit | e9837bed33d5b58410a0084e344a1fab9255ca84 (patch) | |
tree | 840a94e2326704ce30b0f99135aeb6fffa363756 /Ports/git/package.sh | |
parent | e632186c17e109f483eeecb44d574b6fb5ce4ba3 (diff) | |
download | serenity-e9837bed33d5b58410a0084e344a1fab9255ca84.zip |
Ports: Bump git to 2.31.1
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 cf9b558216..8b2a1b6383 100755 --- a/Ports/git/package.sh +++ b/Ports/git/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port=git -version=2.26.0 +version=2.31.1 useconfigure="true" files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz" configopts="--target=${SERENITY_ARCH}-pc-serenity CFLAGS=-DNO_IPV6" |