icu: bump proper variable.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
ad7f02d0f1
commit
c95e3b71f3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue