mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
textproc/nuspell: update to 5.1.3
Changes: https://github.com/nuspell/nuspell/releases/tag/v5.1.3 Reported by: GitHub (watch releases)
This commit is contained in:
parent
919638f201
commit
58c3fb9063
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= nuspell
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 5.1.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 5.1.3
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1664452675
|
||||
SHA256 (nuspell-nuspell-v5.1.2_GH0.tar.gz) = 82f5f2faa82df30099555dca94b3a908d38fdba408e31e74535c523f7e6ea18d
|
||||
SIZE (nuspell-nuspell-v5.1.2_GH0.tar.gz) = 371092
|
||||
TIMESTAMP = 1693152593
|
||||
SHA256 (nuspell-nuspell-v5.1.3_GH0.tar.gz) = 2b1c96bdc5a32a17fc8fc24a0c205fa52b0a2920dd6139b0a7d7744cdef48c22
|
||||
SIZE (nuspell-nuspell-v5.1.3_GH0.tar.gz) = 371496
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin/nuspell
|
||||
include/nuspell/aff_data.hxx
|
||||
include/nuspell/checker.hxx
|
||||
include/nuspell/defines.hxx
|
||||
include/nuspell/dictionary.hxx
|
||||
include/nuspell/finder.hxx
|
||||
include/nuspell/nuspell_export.h
|
||||
|
@ -13,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.2
|
||||
lib/libnuspell.so.5.1.3
|
||||
libdata/pkgconfig/nuspell.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue