git: update to 2.18.0. (#302)

This commit is contained in:
maxice8 2018-06-25 23:42:40 -03:00 committed by cr6git
parent 8024f46fea
commit c1036a486c

View file

@ -1,6 +1,6 @@
# Template file for "git"
# Template file for 'git'
pkgname=git
version=2.17.1
version=2.18.0
revision=1
build_style=gnu-configure
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
@ -16,9 +16,10 @@ short_desc="Git Tree History Storage Tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-only"
homepage="https://git-scm.com/"
changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt"
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=79136e7aa83abae4d8a25c8111f113d3c5a63aeb5fd93cc72c26d49c6d5ba65e
make_check_target="test"
checksum=8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92
make_check_target=test
subpackages="git-cvs git-svn gitk git-gui git-all"