From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] compat-icu: Update to 56.1 Date: Mon, 27 Feb 2023 19:08:31 +0100 Message-ID: <20230227180831.90746-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4313699209064008711==" List-Id: --===============4313699209064008711== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- compat-icu/compat-icu.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compat-icu/compat-icu.nm b/compat-icu/compat-icu.nm index 47e24d4f4..8ca0f6ac5 100644 --- a/compat-icu/compat-icu.nm +++ b/compat-icu/compat-icu.nm @@ -5,9 +5,9 @@ =20 name =3D compat-icu version =3D %{ver_major}.%{ver_minor}.%{ver_plevel} -ver_major =3D 50 +ver_major =3D 56 ver_minor =3D 1 -ver_plevel =3D 2 +ver_plevel =3D=20 release =3D 1 thisapp =3D icu-%{version} =20 @@ -20,8 +20,8 @@ description Tools and utilities for developing with icu. end =20 -source_dl =3D http://download.icu-project.org/files/icu4c/%{version}/ -sources =3D icu4c-%{ver_major}_%{ver_minor}_%{ver_plevel}-src.tgz +source_dl =3D https://github.com/unicode-org/icu/releases/download/release-= %{ver_major}-%{ver_minor}/ +sources =3D icu4c-%{ver_major}_%{ver_minor}-src.tgz =20 build DIR_APP =3D %{DIR_SRC}/icu/source --=20 2.30.2 --===============4313699209064008711==--