diff options
author | adam <adam@pkgsrc.org> | 2021-12-08 08:21:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-08 08:21:05 +0000 |
commit | a992383bc4358365fa89b6fe38c629b2b3a77207 (patch) | |
tree | 70e83b109fdc0151a4728e821277a229f988c5ed /textproc/icu/Makefile | |
parent | 7ffeee8f86d2556f00c6a25d3727386e72843ada (diff) | |
download | pkgsrc-a992383bc4358365fa89b6fe38c629b2b3a77207.tar.gz |
icu: updated to 70.1
ICU 70 updates to Unicode 14, including new characters, scripts, emoji, and corresponding API constants. ICU 70 adds support for emoji properties of strings. It also updates to CLDR 40 locale data with many additions and corrections. ICU 70 also includes many other bug fixes and enhancements, especially for measurement unit formatting.
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 4a6b24a9566..c587d1c8464 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.137 2021/04/21 08:30:17 adam Exp $ +# $NetBSD: Makefile,v 1.138 2021/12/08 08:21:05 adam Exp $ -DISTNAME= icu4c-69_1-src +DISTNAME= icu4c-70_1-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=unicode-org/} EXTRACT_SUFX= .tgz GITHUB_PROJECT= icu -GITHUB_RELEASE= release-69-1 +GITHUB_RELEASE= release-70-1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://site.icu-project.org/ |