From bd3c253b682179c9352d59ad8ec7d2fbf83741e1 Mon Sep 17 00:00:00 2001 From: Nicolas Cavallari Date: Mon, 6 Jan 2025 09:43:53 +0100 Subject: [PATCH] package/libgit2: bump version to 1.9.0 For release note, see: https://github.com/libgit2/libgit2/releases/tag/v1.9.0 Signed-off-by: Nicolas Cavallari [Julien: add link to release note] Signed-off-by: Julien Olivain --- package/libgit2/libgit2.hash | 2 +- package/libgit2/libgit2.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libgit2/libgit2.hash b/package/libgit2/libgit2.hash index 536a0b7405..3f11309750 100644 --- a/package/libgit2/libgit2.hash +++ b/package/libgit2/libgit2.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 49d0fc50ab931816f6bfc1ac68f8d74b760450eebdb5374e803ee36550f26774 libgit2-1.8.4.tar.gz +sha256 75b27d4d6df44bd34e2f70663cfd998f5ec41e680e1e593238bbe517a84c7ed2 libgit2-1.9.0.tar.gz sha256 e3712465634e97cfd850822a4eb5ac7d2f8a10f753189366d5a2060046f28288 COPYING diff --git a/package/libgit2/libgit2.mk b/package/libgit2/libgit2.mk index 3bf3dbb647..4026ac1f7c 100644 --- a/package/libgit2/libgit2.mk +++ b/package/libgit2/libgit2.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBGIT2_VERSION = 1.8.4 +LIBGIT2_VERSION = 1.9.0 LIBGIT2_SITE = $(call github,libgit2,libgit2,v$(LIBGIT2_VERSION)) LIBGIT2_LICENSE = \ GPL-2.0 with linking exception, \