From 437fd104d5c60e473e8ce575e8457bb3d4efc3a2 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Fri, 14 Aug 2026 11:26:49 +0200 Subject: [PATCH] libgit2-1.8: update to 1.8.7 --- srcpkgs/libgit2-1.8/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgit2-1.8/template b/srcpkgs/libgit2-1.8/template index f7ac245d793..31517d88306 100644 --- a/srcpkgs/libgit2-1.8/template +++ b/srcpkgs/libgit2-1.8/template @@ -1,6 +1,6 @@ # Template file for 'libgit2-1.8' pkgname=libgit2-1.8 -version=1.8.6 +version=1.8.7 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=c171e9c6fcc33455e3df46d422f4e1b3ea7c049a645051664c9cdbdc081208e7 +checksum=a548a2209c3e99d6bb685d843396fff3a7d3ffd8340adb5d8851637cfe8cd134 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=OFF"