Skip to content

Commit

Permalink
textproc/nuspell: update to 5.1.4
Browse files Browse the repository at this point in the history
Changes:	https://github.com/nuspell/nuspell/releases/tag/v5.1.4
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Nov 8, 2023
1 parent cc87561 commit 8624584
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/nuspell/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nuspell
DISTVERSIONPREFIX= v
DISTVERSION= 5.1.3
DISTVERSION= 5.1.4
CATEGORIES= textproc

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -11,7 +11,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER

LIB_DEPENDS= libicuuc.so:devel/icu
TEST_DEPENDS= catch>0:devel/catch
TEST_DEPENDS= catch2>0:devel/catch2

USES= cmake:testing compiler:c++17-lang
USE_GITHUB= yes
Expand Down
6 changes: 3 additions & 3 deletions textproc/nuspell/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1693152593
SHA256 (nuspell-nuspell-v5.1.3_GH0.tar.gz) = 2b1c96bdc5a32a17fc8fc24a0c205fa52b0a2920dd6139b0a7d7744cdef48c22
SIZE (nuspell-nuspell-v5.1.3_GH0.tar.gz) = 371496
TIMESTAMP = 1699436668
SHA256 (nuspell-nuspell-v5.1.4_GH0.tar.gz) = bdf344c5adbcc6797940f8f8cb75cb59f5a3794eb21b9547751a11782a792ef7
SIZE (nuspell-nuspell-v5.1.4_GH0.tar.gz) = 371512
2 changes: 1 addition & 1 deletion textproc/nuspell/pkg-plist
Expand Up @@ -14,5 +14,5 @@ lib/cmake/nuspell/NuspellTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/nuspell/NuspellTargets.cmake
lib/libnuspell.so
lib/libnuspell.so.5
lib/libnuspell.so.5.1.3
lib/libnuspell.so.5.1.4
libdata/pkgconfig/nuspell.pc

0 comments on commit 8624584

Please sign in to comment.