From 86fe9001b5ae8504aa8f9edb1b3719075c60d69e Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 31 Oct 2024 11:31:42 +0100 Subject: [PATCH] libgit2-1.8: update to 1.8.4 --- 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 3295f8965d6..96f11929368 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.3 +version=1.8.4 revision=1 build_style=cmake configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DBUILD_CLI=OFF -DUSE_SSH=ON -DUSE_HTTP_PARSER=llhttp" @@ -11,7 +11,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=868810a5508d41dd7033d41bdc55312561f3f916d64f5b7be92bc1ff4dcae02a +checksum=49d0fc50ab931816f6bfc1ac68f8d74b760450eebdb5374e803ee36550f26774 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=OFF"