From 9d2429223359d7bc577cdecbc6bc352d609132f7 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sat, 18 Jul 2026 16:52:49 +0200 Subject: [PATCH] libgit2-1.9: update to 1.9.6 --- srcpkgs/libgit2-1.9/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgit2-1.9/template b/srcpkgs/libgit2-1.9/template index 3f519160f7f..0f7a4a46384 100644 --- a/srcpkgs/libgit2-1.9/template +++ b/srcpkgs/libgit2-1.9/template @@ -1,6 +1,6 @@ # Template file for 'libgit2-1.9' pkgname=libgit2-1.9 -version=1.9.4 +version=1.9.6 revision=1 build_style=cmake configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DBUILD_CLI=OFF -DUSE_SSH=exec -DUSE_HTTP_PARSER=llhttp" @@ -12,7 +12,7 @@ maintainer="tranzystorekk " license="GPL-2.0-only WITH GCC-exception-2.0" homepage="https://libgit2.org" distfiles="https://github.com/libgit2/libgit2/archive/refs/tags/v${version}.tar.gz" -checksum=824b73bd13647800fe4b566a1008ae77fea0e3e3424edab632fcfd8c0b14ba8b +checksum=a88a42a4ea9bdab7aa8686eead3bf7d9c6dd74529caca16ab22eaa92433d31d9 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=OFF"