From 3b08ea3aba5d24f85e7b951fd0bc0782ea93d2be Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Mon, 15 Aug 2022 11:51:53 +0200 Subject: [PATCH] Update strace to 5.19 --- main/strace/.checksums | 2 +- main/strace/.pkgfiles | 2 +- main/strace/spkgbuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/strace/.checksums b/main/strace/.checksums index e826b910f..4e6a6f781 100644 --- a/main/strace/.checksums +++ b/main/strace/.checksums @@ -1 +1 @@ -a563875472463638c19d6639e1c14875 strace-5.18.tar.xz +13a37bd709b452a7c30e89f0db39b535 strace-5.19.tar.xz diff --git a/main/strace/.pkgfiles b/main/strace/.pkgfiles index d0d0cc7c7..deef3150c 100644 --- a/main/strace/.pkgfiles +++ b/main/strace/.pkgfiles @@ -1,4 +1,4 @@ -strace-5.18-1 +strace-5.19-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/strace diff --git a/main/strace/spkgbuild b/main/strace/spkgbuild index df221f412..d74a7b425 100755 --- a/main/strace/spkgbuild +++ b/main/strace/spkgbuild @@ -2,7 +2,7 @@ # depends : perl name=strace -version=5.18 +version=5.19 release=1 source="https://strace.io/files/$version/strace-$version.tar.xz"