summaryrefslogtreecommitdiff
path: root/Ports
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
parent19aeb71d154bb69310693d8567b9b3331ef6bf99 (diff)
downloadserenity-ed5ae7b093521cb47d09623fc149988c7963c6f9.zip
Ports: Bump git to 2.33.0
Diffstat (limited to 'Ports')
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/git/package.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 3a5454a304..61a3fb2962 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -44,7 +44,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`gcc`](gcc/) | GNU Compiler Collection | 11.2.0 | https://gcc.gnu.org/ |
| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | 3bf6f7c | https://github.com/rasky/genemu |
| [`gettext`](gettext/) | GNU gettext | 0.21 | https://www.gnu.org/software/gettext/ |
-| [`git`](git/) | Git | 2.31.1 | https://git-scm.com/ |
+| [`git`](git/) | Git | 2.33.0 | https://git-scm.com/ |
| [`glib`](glib/) | GLib | 2.69.0 | https://wiki.gnome.org/Projects/GLib |
| [`gmp`](gmp/) | GNU Multiple Precision Arithmetic Library (GMP) | 6.2.1 | https://gmplib.org/ |
| [`gnucobol`](gnucobol/) | GnuCOBOL | 3.1.2 | https://gnucobol.sourceforge.io/ |
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"