From cf40d8b4ccd1970209137bb586ad11e4845d92fc Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 29 Jan 2019 18:26:50 -0200 Subject: [PATCH] libgit2: update to 0.27.8. --- srcpkgs/libgit2/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 7e7d9ffa03..c12d2a0e20 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,17 +1,17 @@ # Template file for 'libgit2' pkgname=libgit2 -version=0.27.7 -revision=3 +version=0.27.8 +revision=1 build_style=cmake configure_args="-DTHREADSAFE=ON" hostmakedepends="python git pkg-config" makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel libuv-devel" -short_desc="The Git linkable library" +short_desc="Git linkable library" maintainer="Juan RP " license="GPL-2.0-or-later WITH GCC-exception-2.0" homepage="https://libgit2.org" distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz" -checksum=1a5435a483759b1cd96feb12b11abb5231b0688016db506ce5947178f6ba2531 +checksum=8313873d49dc01e8b880ec334d7430ae67496a89aaa8c6e7bbd3affb47a00c76 case "$XBPS_TARGET_MACHINE" in *-musl)