From d88cdaddf1a76e2f0cccc7d6fc54a7f2d767c016 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Fri, 30 Apr 2021 12:48:52 +0900 Subject: [PATCH] icu: add ABI_VERSION To prevent inconsistencies in the coming version (69.1). Signed-off-by: Hirokazu MORIKAWA (cherry picked from commit 1eb29ddc956a857c887190315afa164161ba483a) --- libs/icu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/icu/Makefile b/libs/icu/Makefile index db2b0064f..b0a334fa5 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=icu4c MAJOR_VERSION:=68 MINOR_VERSION:=2 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION) -PKG_RELEASE:=2 +PKG_RELEASE:=3 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)