Ports: Update git to 2.26.0

This commit is contained in:
Linus Groh 2020-04-12 21:44:36 +01:00 committed by Andreas Kling
parent f8f65053bd
commit ad230e8839
Notes: sideshowbarker 2024-07-19 07:39:55 +09:00

View file

@ -1,6 +1,6 @@
#!/bin/bash ../.port_include.sh
port=git
version=2.25.1
version=2.26.0
useconfigure="true"
files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz"
configopts="--target=i686-pc-serenity"