mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports/git: Update to 2.39.1
This commit is contained in:
parent
ab5bdc598d
commit
dfb21177ef
Notes:
sideshowbarker
2024-07-17 05:41:34 +09:00
Author: https://github.com/mrunix00 🔰 Commit: https://github.com/SerenityOS/serenity/commit/dfb21177ef Pull-request: https://github.com/SerenityOS/serenity/pull/17314
2 changed files with 3 additions and 3 deletions
|
@ -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 |
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue