diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 2d9a97dac..c75960364 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