Merge pull request #24104 from nxhack/icu_75_1

icu: bump to 75.1
This commit is contained in:
Michael Heimpold
2024-05-10 10:30:19 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=icu4c
MAJOR_VERSION:=74
MINOR_VERSION:=2
MAJOR_VERSION:=75
MINOR_VERSION:=1
PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
PKG_RELEASE:=1
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:=5e4fb11d6a3e6b85afb55de8da8a71538f1d8fd64fce893986b37d60e5bb0091
PKG_HASH:=cb968df3e4d2e87e8b11c49a5d01c787bd13b9545280fc6642f826527618caef
PKG_LICENSE:=ICU
PKG_LICENSE_FILES:=LICENSE
@@ -1,6 +1,6 @@
--- a/runConfigureICU
+++ b/runConfigureICU
@@ -254,8 +254,8 @@ case $platform in
@@ -255,8 +255,8 @@ case $platform in
THE_COMP="the GNU C++"
CC=gcc; export CC
CXX=g++; export CXX