diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 9feaaa9bf3..25f57888f9 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -77,7 +77,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu | | [`genext2fs`](genext2fs/) | genext2fs | 1.5.0 | https://github.com/bestouff/genext2fs | | [`gettext`](gettext/) | GNU gettext | 0.21 | https://www.gnu.org/software/gettext/ | -| [`git`](git/) | Git | 2.39.0 | https://git-scm.com/ | +| [`git`](git/) | Git | 2.39.1 | https://git-scm.com/ | | [`glib`](glib/) | GLib | 2.74.1 | https://wiki.gnome.org/Projects/GLib | | [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm | | [`gltron`](gltron/) | GLTron | 0.70 | http://gltron.org | diff --git a/Ports/git/package.sh b/Ports/git/package.sh index 6f34d2d08c..e1f9df6df0 100755 --- a/Ports/git/package.sh +++ b/Ports/git/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port='git' -version='2.39.0' -files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz ba199b13fb5a99ca3dec917b0bd736bc0eb5a9df87737d435eddfdf10d69265b" +version='2.39.1' +files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz 40a38a0847b30c371b35873b3afcf123885dd41ea3ecbbf510efa97f3ce5c161" auth_type='sha256' useconfigure='true' configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--with-lib=${SERENITY_INSTALL_ROOT}/usr/local" "CFLAGS=-DNO_IPV6" "LDFLAGS=-L${SERENITY_INSTALL_ROOT}/usr/local/lib")