mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Ports: Update git to 2.36.0
This commit is contained in:
parent
cf308643c7
commit
880bb53247
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=git
|
||||
version=2.35.1
|
||||
version=2.36.0
|
||||
useconfigure="true"
|
||||
files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz d768528e6443f65a203036266f1ca50f9d127ba89751e32ead37117ed9191080"
|
||||
files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz af5ebfc1658464f5d0d45a2bfd884c935fb607a10cc021d95bc80778861cc1d3"
|
||||
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
Add a link
Reference in a new issue