From patchwork Mon Feb 27 18:08:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6638 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PQT5N53cWz3wk5 for ; Mon, 27 Feb 2023 18:08:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PQT5M40lZz12D; Mon, 27 Feb 2023 18:08:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PQT5M2XKSz2yVy; Mon, 27 Feb 2023 18:08:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PQT5L5tHMz2x9t for ; Mon, 27 Feb 2023 18:08:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PQT5L0R6Xzr2; Mon, 27 Feb 2023 18:08:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677521318; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AtrSEYOF2O2CYcAZvhrA0q8UbgoxxxfNXJ9PkmG/BhY=; b=j8CZAQ0XHN3wvB+vJu+uoOfJWO7si/lmhSElz/6Zigtsd/KB9V0xlUDdyU5inUGYg1ry9u rOMDyP97H15PbhCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677521318; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AtrSEYOF2O2CYcAZvhrA0q8UbgoxxxfNXJ9PkmG/BhY=; b=XJzYzjU9Xm7rLk4216LLdV+RHfwu1iP2jkny0FQ7Za0/udRA0HkA7E1cpxizEqhoHlAFEb ucfJRARleWpzFNnbDimsKjLKE6Lr0z+K6FUf7Wj+Ub0e/e+nvwDp64DB6Up20LWXl/i+es vYywXGfhqvdntCSALHR0RCcZ6SKPmfUJeS4ca6xZXxhgSHMm26vOIMjothj3vzoc15z5fw vxvmDVWHuy5hVpkTlxYJd+WjULT1K+JNl7pjs5foq/2oZRD8NF3NWpYvVaWYJ7gnUk72E7 4eWLl4z60jBlOW2ZNESjTCzwF051JgraO+ZPrCHKQCiBsQ3utYpsxtLBRcn/Dg== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 @@ name = compat-icu version = %{ver_major}.%{ver_minor}.%{ver_plevel} -ver_major = 50 +ver_major = 56 ver_minor = 1 -ver_plevel = 2 +ver_plevel = release = 1 thisapp = icu-%{version} @@ -20,8 +20,8 @@ description Tools and utilities for developing with icu. end -source_dl = http://download.icu-project.org/files/icu4c/%{version}/ -sources = icu4c-%{ver_major}_%{ver_minor}_%{ver_plevel}-src.tgz +source_dl = https://github.com/unicode-org/icu/releases/download/release-%{ver_major}-%{ver_minor}/ +sources = icu4c-%{ver_major}_%{ver_minor}-src.tgz build DIR_APP = %{DIR_SRC}/icu/source