enchant2: update to 2.3.3.
2.3.3 (April 16, 2022) ---------------------- Update Nuspell provider, requiring Nuspell 5.1.0. The new provider takes advantage of recently-added Nuspell APIs to be smaller and simpler. Fix the C++ API is_added() method to return a boolean rather than void. Require C99 and POSIX 2008, and as a result use fewer gnulib modules, which gives a modest build time reduction.
This commit is contained in:
parent
d336fc2365
commit
301db12b49
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.21 2021/12/08 16:02:41 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2022/04/20 20:16:52 wiz Exp $
|
||||
|
||||
DISTNAME= enchant-2.3.2
|
||||
DISTNAME= enchant-2.3.3
|
||||
PKGNAME= ${DISTNAME:S/enchant/enchant2/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=AbiWord/}
|
||||
GITHUB_PROJECT= enchant
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.16 2021/12/07 18:32:18 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.17 2022/04/20 20:16:52 wiz Exp $
|
||||
|
||||
BLAKE2s (enchant-2.3.2.tar.gz) = 962a0a732839e58f074bd9ef17cf968e9611313bccfe47137929916691bf8ca9
|
||||
SHA512 (enchant-2.3.2.tar.gz) = 886635bb55c5f0c774445e4a0f14d39e2d08eeb964257037062c2e97c2cf3348be8c631ff5e7a13144936127761964bdc60ff1e0dd6f63b292a655626f91ef62
|
||||
Size (enchant-2.3.2.tar.gz) = 991782 bytes
|
||||
BLAKE2s (enchant-2.3.3.tar.gz) = 2c07b2b5aa734d744240b24108d6d11a42811014c837a848ce6247259d09500a
|
||||
SHA512 (enchant-2.3.3.tar.gz) = c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb
|
||||
Size (enchant-2.3.3.tar.gz) = 990877 bytes
|
||||
|
|
Loading…
Reference in a new issue