diff mbox series

package/xapian: bump to version 1.4.13

Message ID 20191027090032.28656-1-gilles.talis@gmail.com
State Accepted
Headers show
Series package/xapian: bump to version 1.4.13 | expand

Commit Message

Gilles Talis Oct. 27, 2019, 9 a.m. UTC
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/xapian/xapian.hash | 4 ++--
 package/xapian/xapian.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Oct. 27, 2019, 9:14 a.m. UTC | #1
On Sun, 27 Oct 2019 10:00:32 +0100
Gilles Talis <gilles.talis@gmail.com> wrote:

> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/xapian/xapian.hash | 4 ++--
>  package/xapian/xapian.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/xapian/xapian.hash b/package/xapian/xapian.hash
index 8e8cda8f39..a3ebe68510 100644
--- a/package/xapian/xapian.hash
+++ b/package/xapian/xapian.hash
@@ -1,5 +1,5 @@ 
-# From https://lists.xapian.org/pipermail/xapian-discuss/2019-July/009742.html
-sha256 4f8a36da831712db41d38a039fefb5251869761a58be28ba802994bb930fac7c xapian-core-1.4.12.tar.xz
+# From https://lists.xapian.org/pipermail/xapian-discuss/2019-October/009764.html
+sha256 93f8ffffa80c5e6036befbf356f34456cc18c2f745cef85e9b4cfc254042137c xapian-core-1.4.13.tar.xz
 
 # locally computed
 sha256 c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42 COPYING
diff --git a/package/xapian/xapian.mk b/package/xapian/xapian.mk
index fd2693b42c..079b4b2b5f 100644
--- a/package/xapian/xapian.mk
+++ b/package/xapian/xapian.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-XAPIAN_VERSION = 1.4.12
+XAPIAN_VERSION = 1.4.13
 XAPIAN_SOURCE = xapian-core-$(XAPIAN_VERSION).tar.xz
 XAPIAN_SITE = https://oligarchy.co.uk/xapian/$(XAPIAN_VERSION)
 XAPIAN_LICENSE = GPL-2.0+