Ports: Bump git to 2.33.0
This commit is contained in:
parent
19aeb71d15
commit
ed5ae7b093
Notes:
sideshowbarker
2024-07-18 05:20:24 +09:00
Author: https://github.com/guerinoni Commit: https://github.com/SerenityOS/serenity/commit/ed5ae7b0935 Pull-request: https://github.com/SerenityOS/serenity/pull/9588
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue