Skip to content

Commit

Permalink
utf8proc: update to 2.3.0.
Browse files Browse the repository at this point in the history
## Version 2.3 ##

2019-03-30

- Unicode 12 support ([#148]).

- New function `utf8proc_unicode_version` to return the supported Unicode version ([#151]).

- Simpler character-width computation that no longer uses GNU Unifont metrics: East-Asian wide
  characters have width 2, and all other printable characters have width 1 ([#150]).

- Fix `CHARBOUND` option for `utf8proc_map` to preserve U+FFFE and U+FFFF non-characters ([#149]).

- Various build-system improvements ([#141], [#142], [#147]).
  • Loading branch information
0-wiz-0 committed Apr 1, 2019
1 parent da73f41 commit 745e785
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions converters/utf8proc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2018/08/17 15:22:37 minskim Exp $
# $NetBSD: Makefile,v 1.5 2019/04/01 13:19:46 wiz Exp $

DISTNAME= utf8proc-2.2.0
DISTNAME= utf8proc-2.3.0
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=JuliaLang/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
4 changes: 2 additions & 2 deletions converters/utf8proc/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2018/04/30 19:31:47 minskim Exp $
@comment $NetBSD: PLIST,v 1.2 2019/04/01 13:19:46 wiz Exp $
include/utf8proc.h
lib/libutf8proc.so
lib/libutf8proc.so.2
lib/libutf8proc.so.${PKGVERSION}
lib/libutf8proc.so.2.2.0
10 changes: 5 additions & 5 deletions converters/utf8proc/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.3 2018/08/17 15:22:37 minskim Exp $
$NetBSD: distinfo,v 1.4 2019/04/01 13:19:46 wiz Exp $

SHA1 (utf8proc-2.2.0.tar.gz) = 476efd08dbff38c63f01bb9176905edb09384e63
RMD160 (utf8proc-2.2.0.tar.gz) = 1adb73edb8fbde7fd046a79ed22810dee38fa49c
SHA512 (utf8proc-2.2.0.tar.gz) = ae19287e33bc4807475063963557c4d1d2f7d95577d61882ba8df380883662860eeb868e7391ac1b8111614ca2c1855f631925ade6eaa827d07d28cc4cdbab9c
Size (utf8proc-2.2.0.tar.gz) = 156334 bytes
SHA1 (utf8proc-2.3.0.tar.gz) = f13f0ea64b2ea955865d2c248f231806950b477d
RMD160 (utf8proc-2.3.0.tar.gz) = a889cbce4caf404382c77d781036831393d082fc
SHA512 (utf8proc-2.3.0.tar.gz) = 3935cd280e14ed570caa89a983b2d56a981e74da9298a1ea26064da78ece288ff48a73306446d3e1d777e6ecd8ea881f7a29169eaae2153cb015daefb8df8656
Size (utf8proc-2.3.0.tar.gz) = 154282 bytes
SHA1 (patch-CMakeLists.txt) = df574d345dd4d39ae83f2fe7d8669d28524a1a5e

0 comments on commit 745e785

Please sign in to comment.