From patchwork Mon Feb 27 18:03:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6637 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PQSzX6HtSz3wjy for ; Mon, 27 Feb 2023 18:03:36 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PQSzW0cCkz1hc; Mon, 27 Feb 2023 18:03:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PQSzV5V1Kz2yCF; Mon, 27 Feb 2023 18:03:34 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PQSzV1NTrz2xHt for ; Mon, 27 Feb 2023 18:03:34 +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 4PQSzS4zcqzwD; Mon, 27 Feb 2023 18:03:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677521013; 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=8z7jNzwCdm3yxzZ5UlLblMuL6U5t26XslEuK9hKO9qo=; b=Bo3xQynoAaAYZGsLFWxTUlhMKcGdvX03Cr6yN54WDQ38UKE0mS6wC91qgoRVXU+RZsOvPS hv0g8df3ty5IJmAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677521013; 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=8z7jNzwCdm3yxzZ5UlLblMuL6U5t26XslEuK9hKO9qo=; b=rpslTo+DcUw3Dx0Di73kYxYg1BPJuHFibZNIkqKREZKYHZo6TdHFHEMMli7Fks0J0ySfoN S4BqULfls4DP4/rRv7ybe9+8vQee5qBA1qQKiHCPvCzPiMXS7TkVDHzUyPsF/TxCWX0eYo +249TcnzTt9y5MkFUMT/Ox8CkcT3VZextUcF96Rqxmbr52CSaQ69bhwAZnVSmacIzPZ0Qc mwbOEohIUp78qW08WIERMS/o/RhWsDbSGGVdqQ68TamKRyWD+k3Die53KX1eoAa777BC/K rG9M0KTjOAnqXRja1q0sds6PrJXpOkiGpYxhIadaVrr0TXVYQjZiEq0rZGeMQw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] icu: Update to 72.1 Date: Mon, 27 Feb 2023 19:03:25 +0100 Message-Id: <20230227180325.83290-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 --- icu/icu.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu/icu.nm b/icu/icu.nm index 39b7b8339..dea5445b3 100644 --- a/icu/icu.nm +++ b/icu/icu.nm @@ -5,7 +5,7 @@ name = icu version = %{ver_major}.%{ver_minor} -ver_major = 56 +ver_major = 72 ver_minor = 1 ver_plevel = release = 1 @@ -19,7 +19,7 @@ description Tools and utilities for developing with icu. end -source_dl = http://download.icu-project.org/files/icu4c/%{version}/ +source_dl = https://github.com/unicode-org/icu/releases/download/release-%{ver_major}-%{ver_minor}/ sources = icu4c-%{ver_major}_%{ver_minor}-src.tgz build