strace: Update to 6.1

Message ID 20221222040141.18612-1-stefan.schantl@ipfire.org
State Accepted
Commit d62776ed14914cd0ecd0251c0279174a39e7a965
Headers
Series strace: Update to 6.1 |

Commit Message

Stefan Schantl Dec. 22, 2022, 4:01 a.m. UTC
  - Project has moved to new location so adjust URL and SRC URL

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 strace/strace.nm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/strace/strace.nm b/strace/strace.nm
index 19758a93c..52d5fcd24 100644
--- a/strace/strace.nm
+++ b/strace/strace.nm
@@ -4,11 +4,11 @@ 
 ###############################################################################
 
 name       = strace
-version    = 4.13
+version    = 6.1
 release    = 1
 
 groups     = Development/Debuggers
-url        = http://sourceforge.net/projects/strace/
+url        = https://strace.io/
 license    = BSD
 summary    = Tracks and displays system calls associated with a running process.
 
@@ -20,7 +20,7 @@  description
 	purposes.
 end
 
-source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/
+source_dl  = https://strace.io/files/%{version}/
 sources    = %{thisapp}.tar.xz
 
 packages