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"