From 73f2d42514e6ff9488978d69903a5013964d9e87 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 6 Nov 2024 10:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=90=8D=E7=A7=B0=E4=B8=8E?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=8E=E7=89=88=E6=9C=AC=E7=81=AB=E8=BD=A6?= =?UTF-8?q?=E4=B8=AD=E5=90=8D=E7=A7=B0=E4=B8=8E=E7=89=88=E6=9C=AC=E4=B8=8D?= =?UTF-8?q?=E5=AE=8C=E5=85=A8=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cy --- README.OpenSource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 6d0e268..b9ae9d7 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,9 +1,9 @@ [ { - "Name": "libffi", + "Name": "openEuler:libffi", "License": "MIT License", "License File": "LICENSE", - "Version Number": "3.4.2", + "Version Number": "3.4.2-8.oe2203sp3", "Upstream URL": "https://sourceware.org/libffi/", "Description": "The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time." } -- Gitee