From 7d2d8bda4bbfd53b8f88a80a78eae79b587228a2 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Sat, 20 Jan 2018 04:05:01 -0200 Subject: [PATCH] git: update to 2.16.0. (#10959) * git: update to 2.16.0. * chroot-git: update to 2.16.0. --- srcpkgs/chroot-git/template | 4 ++-- srcpkgs/git/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index 492b3d2fe79..f50471f5560 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -1,6 +1,6 @@ # Template build file for "chroot-git". pkgname=chroot-git -version=2.15.1 +version=2.16.0 revision=1 bootstrap=yes wrksrc="git-$version" @@ -17,7 +17,7 @@ maintainer="Juan RP " homepage="http://git-scm.com/" license="GPL-2" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c +checksum=0d10764e66b3d650dee0d99a1c77afa4aaae5e739c0973fcc1c5b9e6516e30f8 if [ "$CHROOT_READY" ]; then hostmakedepends="perl" diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 07ef362b732..5bad0d39ebb 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,6 +1,6 @@ # Template file for "git" pkgname=git -version=2.15.1 +version=2.16.0 revision=1 build_style=gnu-configure configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2 @@ -15,7 +15,7 @@ maintainer="Juan RP " homepage="http://git-scm.com/" license="GPL-2" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c +checksum=0d10764e66b3d650dee0d99a1c77afa4aaae5e739c0973fcc1c5b9e6516e30f8 subpackages="git-cvs git-svn git-perl gitk git-gui git-all"