summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius.andre.bakke@gmail.com>2026-07-20 20:19:55 +0200
committerNoé Lopez <noelopez@free.fr>2026-08-19 19:24:50 +0200
commit8d0732a747b3432a82c76fa47ad7ceb5453b1435 (patch)
treebfb8ecb9fa195b409d9118a4ec51cd7ce12217d7 /gnu
parent14b2ad92c20f4b705dfad1cd629ec0b58e1caa23 (diff)
gnu: xapian: Add release-monitoring-url.
* gnu/packages/search.scm (xapian)[properties]: New field. Change-Id: Ib100060a50ac2f4cc18bf974edfab913d8879671 Signed-off-by: Noé Lopez <noelopez@free.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/search.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index aef6c94c669..5a6f81da69c 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -127,6 +127,9 @@ add advanced indexing and search facilities to their own applications. It
127supports the Probabilistic Information Retrieval model and also supports a 127supports the Probabilistic Information Retrieval model and also supports a
128rich set of boolean query operators.") 128rich set of boolean query operators.")
129 (home-page "https://xapian.org/") 129 (home-page "https://xapian.org/")
130 (properties
131 '((release-monitoring-url . "https://xapian.org/download.html")
132 (release-file-regexp . "xapian-core-([0-9\\.]+).tar.xz")))
130 (license (list license:gpl2+ license:bsd-3 license:x11)))) 133 (license (list license:gpl2+ license:bsd-3 license:x11))))
131 134
132(define-public xapian-1.4 135(define-public xapian-1.4