From d2f4c1f03c0ae7b5f0da2e54d938de158b20a046 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 21 Apr 2022 16:00:28 +0300 Subject: [PATCH] git: update to 2.36.0, run tests requiring Apache. --- srcpkgs/git/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 8b05a0f58024..c3732ee6c469 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,20 +1,20 @@ # Template file for 'git' pkgname=git -version=2.35.3 +version=2.36.0 revision=1 hostmakedepends="asciidoc gettext perl pkg-config tk xmlto" makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel" # Required by https:// depends="ca-certificates perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL" checkdepends="gnupg cvs cvsps2 perl-DBD-SQLite subversion subversion-perl - perl-Term-ReadKey perl-CGI perl-IO-Tty" + perl-Term-ReadKey perl-CGI perl-IO-Tty apache" short_desc="Git Tree History Storage Tool" maintainer="Đoàn Trần Công Danh " 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=15e9db4f9bf2ed9fff30cb62a00c5c7c0901015f5ab048cdb4e8b04ddee00fa2 +checksum=af5ebfc1658464f5d0d45a2bfd884c935fb607a10cc021d95bc80778861cc1d3 replaces="git-perl>=0" register_shell=/usr/bin/git-shell python_version=3