From eee59812f0de4e0d049c6f9b7ac7e3cb651eb4fa Mon Sep 17 00:00:00 2001 From: Gilles Talis Date: Sat, 5 Oct 2024 16:56:07 -0400 Subject: [PATCH] package/xapian: bump to version 1.4.26 Change log for version 1.4.26: https://trac.xapian.org/wiki/ReleaseOverview/1.4.26 Signed-off-by: Gilles Talis Signed-off-by: Thomas Petazzoni --- package/xapian/xapian.hash | 4 ++-- package/xapian/xapian.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/xapian/xapian.hash b/package/xapian/xapian.hash index 16889b4559..01d6c19ad6 100644 --- a/package/xapian/xapian.hash +++ b/package/xapian/xapian.hash @@ -1,5 +1,5 @@ -# From https://lists.xapian.org/pipermail/xapian-discuss/2023-November/010009.html -sha256 eda5ae6dcf6b0553a8676af64b1fd304e998cd20f779031ccaaf7ab9a373531a xapian-core-1.4.24.tar.xz +# From https://lists.xapian.org/pipermail/xapian-discuss/2024-July/010052.html +sha256 9e6a7903806966d16ce220b49377c9c8fad667c8f0ffcb23a3442946269363a7 xapian-core-1.4.26.tar.xz # locally computed sha256 c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42 COPYING diff --git a/package/xapian/xapian.mk b/package/xapian/xapian.mk index 33c36a5a26..7677571288 100644 --- a/package/xapian/xapian.mk +++ b/package/xapian/xapian.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPIAN_VERSION = 1.4.24 +XAPIAN_VERSION = 1.4.26 XAPIAN_SOURCE = xapian-core-$(XAPIAN_VERSION).tar.xz XAPIAN_SITE = https://oligarchy.co.uk/xapian/$(XAPIAN_VERSION) XAPIAN_LICENSE = GPL-2.0+