1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 13:50:46 +00:00

Ports/git: Update to 2.39.1

This commit is contained in:
Mr.UNIX 2023-02-05 12:42:28 +01:00 committed by Sam Atkins
parent ab5bdc598d
commit dfb21177ef
2 changed files with 3 additions and 3 deletions

View File

@ -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 |

View File

@ -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")