-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/ruby-unicode-name: update to 1.13.3
1.13.1 (2024-10-03) Bugfix release: * Fix medial vowels not generated correctly for Hangul syllables #1 * Unicode::Name.readable now also applies correction if one exists 1.13.2 (2024-10-09) * Optimize index size by removing ranges that have codepoints embedded * Optimize index size by substituting common words * Fix missing Tangut ideographs 1.13.3 (2024-10-09) * Fix regression introduced in 1.13.2 that some CJK ideographs were missing
- Loading branch information
taca
committed
Oct 21, 2024
1 parent
660c0f0
commit c7cedd2
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.3 2024/09/22 07:38:47 taca Exp $ | ||
# $NetBSD: Makefile,v 1.4 2024/10/21 14:39:39 taca Exp $ | ||
|
||
DISTNAME= unicode-name-1.13.0 | ||
DISTNAME= unicode-name-1.13.3 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.3 2024/09/22 07:38:47 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2024/10/21 14:39:39 taca Exp $ | ||
|
||
BLAKE2s (unicode-name-1.13.0.gem) = 4f064a2ebe83ba9a3c1d62e5273d6985f4a122d20f2ae535fd448638be1b41b0 | ||
SHA512 (unicode-name-1.13.0.gem) = bb0ff9d31dcbf35f1739d8e2101dee1f872ae00fc551619b785e196ffc2bbcd5c7878aaa5d675db1e7d6d8d3a6b847a65a2c9d8bba8ba4c44996f7a44b2c869a | ||
Size (unicode-name-1.13.0.gem) = 264704 bytes | ||
BLAKE2s (unicode-name-1.13.3.gem) = 008e278775914af1f3ab80ed8b9258253d527d559c88a3be2bc812779a4f84ef | ||
SHA512 (unicode-name-1.13.3.gem) = e01d20ae28431f27de5e8b6d900a6fe24d556ca78dd5322fbb0b2cc2cd9a78b8e22b8a99e1951edc9aa18434863cd5d6774aac7ce67e9d901bcc214ef85c97b0 | ||
Size (unicode-name-1.13.3.gem) = 238592 bytes |