diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2017-12-11 11:24:51 +0900 |
---|---|---|
committer | Hirokazu MORIKAWA <morikw2@gmail.com> | 2017-12-14 09:35:17 +0900 |
commit | 1ae5a53f7b31bffcc6fc3052ab91f63cddb41472 (patch) | |
tree | 85b41d7de9d28ed7f9724f9d595e9cf06dd63546 | |
parent | 1484eee7598763b599d1721ba8650cdbf22a47c7 (diff) |
icu: update to 60.2
Maintainer: me
Compile tested: ar71xx, LEDE trunk r5488-893a1ed
Run tested: NONE
Description:
upstream update to 60.2
note: fix g++-4 issue
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
-rw-r--r-- | libs/icu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 9d25f3a0e..02b0f2e48 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c -PKG_VERSION:=60.1 +PKG_VERSION:=60.2 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-60_1-src.tgz +PKG_SOURCE:=$(PKG_NAME)-60_2-src.tgz PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION) -PKG_HASH:=f8f5a6c8fbf32c015a467972bdb1477dc5f5d5dfea908b6ed218715eeb5ee225 +PKG_HASH:=f073ea8f35b926d70bb33e6577508aa642a8b316a803f11be20af384811db418 PKG_LICENSE:=ICU-1.8.1+ PKG_LICENSE_FILES:=LICENSE |