Skip to content

Commit

Permalink
textproc/libxmlb: update to 0.3.11
Browse files Browse the repository at this point in the history
Version 0.3.11
~~~~~~~~~~~~~~
Released: 2023-02-20

New Features:
 - Add limited support for XPath 1.0 'in' (Richard Hughes)
 - Add support for zstd (Richard Hughes)

Bugfixes:
 - Do not assert() when decompressing invalid LZMA (Richard Hughes)
  • Loading branch information
tcberner committed Feb 22, 2023
1 parent 1ebe03f commit 0966f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions textproc/libxmlb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libxmlb
DISTVERSION= 0.3.10
DISTVERSION= 0.3.11
CATEGORIES= textproc

MAINTAINER= desktop@FreeBSD.org
Expand All @@ -9,7 +9,8 @@ WWW= https://github.com/hughsie/libxmlb
LICENSE= LGPL21

BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
LIB_DEPENDS= libstemmer.so:textproc/snowballstemmer
LIB_DEPENDS= libstemmer.so:textproc/snowballstemmer \
libzstd.so:archivers/zstd

USES= gnome meson pkgconfig localbase:ldflags
USE_GITHUB= yes
Expand Down
6 changes: 3 additions & 3 deletions textproc/libxmlb/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1665814945
SHA256 (hughsie-libxmlb-0.3.10_GH0.tar.gz) = 5d4c84eaba463cc6ea6ac9107818d51a581a3a443cb40200798452c36365bc8a
SIZE (hughsie-libxmlb-0.3.10_GH0.tar.gz) = 122004
TIMESTAMP = 1677089262
SHA256 (hughsie-libxmlb-0.3.11_GH0.tar.gz) = 55d5124777e4b12b96daaaffe04bd1829bcb0a6675b617fcaf7ad6bb467867f0
SIZE (hughsie-libxmlb-0.3.11_GH0.tar.gz) = 124796

0 comments on commit 0966f57

Please sign in to comment.