From: Hirokazu MORIKAWA Date: Thu, 18 Apr 2019 04:04:26 +0000 (+0900) Subject: icu: [openwrt-18.06] support for new Japanese era Reiwa X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=94b07876ea3eda5a89dae9e080ca7329bda86b5e;p=feed%2Fpackages.git icu: [openwrt-18.06] support for new Japanese era Reiwa support for new Japanese era Reiwa change source url Signed-off-by: Hirokazu MORIKAWA --- diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 2d9a97dac8..c75960364a 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -8,12 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c -PKG_VERSION:=61.1 +MAJOR_VERSION:=61 +MINOR_VERSION:=2 +PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION) PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-61_1-src.tgz -PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION) -PKG_HASH:=d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef +PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz +PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION) +PKG_HASH:=cb6a8f8e29f03554f868f81ae70d3d5686136604304073be6bde8e75d8207855 PKG_LICENSE:=ICU-1.8.1+ PKG_LICENSE_FILES:=LICENSE