From c95e3b71f30e2a9ece35066947fa5e3ee4716637 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 18 Feb 2020 18:50:21 -0800 Subject: [PATCH] icu: bump proper variable. Signed-off-by: Rosen Penev --- libs/icu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 81a560ca6e..f3cc0cff77 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c MAJOR_VERSION:=61 -MINOR_VERSION:=3 +MINOR_VERSION:=2 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION) -PKG_RELEASE:=3 +PKG_RELEASE:=4 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) -- 2.30.2