From 2a54c0b021c821d93342e771876f7297e494ac1a Mon Sep 17 00:00:00 2001 From: haochenstar Date: Tue, 15 Dec 2020 17:26:11 +0800 Subject: [PATCH] update source url --- wget.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/wget.spec b/wget.spec index c157350..66564c2 100644 --- a/wget.spec +++ b/wget.spec @@ -1,10 +1,10 @@ Name: wget Version: 1.20.3 -Release: 2 +Release: 3 Summary: A package for retrieving files using HTTP, HTTPS, FTP and FTPS the most widely-used Internet protocols. License: GPLv3+ Url: http://www.gnu.org/software/wget/ -Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz +Source: https://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz Patch6000: create_image-Sanitize-input-param-dl_total_time.patch Patch6001: allow-const-names-for-set-progress-implementation.patch @@ -65,6 +65,12 @@ make check %{_infodir}/* %changelog +* Tue Dec 15 2020 xihaochen - 1.20.3-3 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:update source url + * Thu Apr 23 2020 openEuler Buildteam - 1.20.3-2 - Type:bugfix - ID:NA -- Gitee