summaryrefslogtreecommitdiff
path: root/Ports/git
diff options
context:
space:
mode:
authorFederico Guerinoni <guerinoni.federico@gmail.com>2021-08-23 23:23:23 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-23 23:35:39 +0200
commited5ae7b093521cb47d09623fc149988c7963c6f9 (patch)
treefa04846bfdc401eb583446fa2b68c8dc3b5d32ff /Ports/git
parent19aeb71d154bb69310693d8567b9b3331ef6bf99 (diff)
downloadserenity-ed5ae7b093521cb47d09623fc149988c7963c6f9.zip
Ports: Bump git to 2.33.0
Diffstat (limited to 'Ports/git')
-rwxr-xr-xPorts/git/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/git/package.sh b/Ports/git/package.sh
index bb937489c5..ce55cf2cea 100755
--- a/Ports/git/package.sh
+++ b/Ports/git/package.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=git
-version=2.31.1
+version=2.33.0
useconfigure="true"
-files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz 9f61417a44d5b954a5012b6f34e526a3336dcf5dd720e2bb7ada92ad8b3d6680"
+files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz bf3c6ab5f82e072aad4768f647cfb1ef60aece39855f83f080f9c0222dd20c4f"
auth_type=sha256
configopts="--target=${SERENITY_ARCH}-pc-serenity --with-lib=${SERENITY_INSTALL_ROOT}/usr/local CFLAGS=-DNO_IPV6 LDFLAGS=-L${SERENITY_INSTALL_ROOT}/usr/local/lib"
depends="zlib curl"