From 5988db018bd67e47fb199bd5c6b22931401d3893 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 22 May 2024 13:40:56 +0800 Subject: [PATCH] fix source link --- libssh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libssh.spec b/libssh.spec index 9ce575b..07acb33 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global _smp_build_ncpus 1 Name: libssh @@ -7,7 +7,7 @@ Release: %{anolis_release}%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org -Source0: https://www.libssh.org/files/0.9/%{name}-%{version}.tar.xz +Source0: https://www.libssh.org/files/0.10/%{name}-%{version}.tar.xz Source3: libssh_server.config Source4: libssh_client.config @@ -120,6 +120,9 @@ popd %doc AUTHORS CHANGELOG README %changelog +* Wed May 22 2024 mgb01105731 - 0.10.5-2 +- fix source link + * Fri May 05 2023 Funda Wang - 0.10.5-1 - New version 0.10.5 -- Gitee