From 8c8b4b268288597ec6d405dfd69a64d25edf46db Mon Sep 17 00:00:00 2001 From: zenobit Date: Sun, 16 Apr 2023 04:09:41 +0200 Subject: [PATCH] libgit2: update to 1.6.4 --- common/shlibs | 2 +- srcpkgs/libgit2/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index df30e9a925c0..ada0fb64a3fe 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1351,7 +1351,7 @@ libunwind-ppc64.so.8 libunwind-1.5.0_3 libunwind-setjmp.so.0 libunwind-1.5.0_3 libmicrohttpd.so.12 libmicrohttpd-0.9.73_1 libmicrodns.so.1 libmicrodns-0.2.0_1 -libgit2.so.1.5 libgit2-1.5.0_1 +libgit2.so.1.6 libgit2-1.6.4_1 libgit2-glib-1.0.so.0 libgit2-glib-0.23.4_1 libagg.so.2 agg-2.5_1 libzzip-0.so.13 zziplib-0.13.62_1 diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 6fc1c6641b7c..4c6bd6b1cc14 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,6 +1,6 @@ # Template file for 'libgit2' pkgname=libgit2 -version=1.5.1 +version=1.6.4 revision=1 build_style=cmake configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="custom:GPL-2.0-or-later WITH GCC-exception-2.0" homepage="https://libgit2.org" distfiles="https://github.com/libgit2/libgit2/archive/refs/tags/v${version}.tar.gz" -checksum=7074f1e2697992b82402501182db254fe62d64877b12f6e4c64656516f4cde88 +checksum=d25866a4ee275a64f65be2d9a663680a5cf1ed87b7ee4c534997562c828e500d if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"