From 47c25cdd79e14818f8e3ca31338e187b9dae5637 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 10 Nov 2022 17:42:30 +0800 Subject: [PATCH] Change source --- apache-ivy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-ivy.spec b/apache-ivy.spec index 53d6138..1389b9e 100644 --- a/apache-ivy.spec +++ b/apache-ivy.spec @@ -1,10 +1,10 @@ Name: apache-ivy Version: 2.4.0 -Release: 17 +Release: 18 Summary: Java-based dependency manager License: ASL 2.0 URL: https://ant.apache.org/ivy/ -Source0: http://mirrors.tuna.tsinghua.edu.cn/apache//ant/ivy/%{version}/%{name}-%{version}-src.tar.gz +Source0: http://archive.apache.org/dist/ant/ivy/%{version}/%{name}-%{version}-src.tar.gz Patch0: 0001-Update-bouncycastle-to-1.52.patch Patch1: apache-ivy-global-settings.patch @@ -59,6 +59,9 @@ echo "apache-ivy/ivy" > %{buildroot}%{_sysconfdir}/ant.d/%{name} %doc README NOTICE %changelog +* Thu Nov 10 2022 liyanan - 2.4.0-18 +- Change source + * Tue Apr 7 2020 yanglijin - 2.4.0-17 - fix build failed -- Gitee