diff --git a/libs/icu/Makefile b/libs/icu/Makefile index e535aafcb8..78d7251a18 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c MAJOR_VERSION:=78 -MINOR_VERSION:=2 +MINOR_VERSION:=3 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION)-sources.tgz PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION).$(MINOR_VERSION) -PKG_HASH:=3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35 +PKG_HASH:=3a2e7a47604ba702f345878308e6fefeca612ee895cf4a5f222e7955fabfe0c0 PKG_LICENSE:=ICU PKG_LICENSE_FILES:=LICENSE