diff --git a/main/strace/.checksums b/main/strace/.checksums index 1f576652b..269d326dd 100644 --- a/main/strace/.checksums +++ b/main/strace/.checksums @@ -1 +1 @@ -e2a7651192053b4df3acd4cea0ec64ef strace-6.5.tar.xz +e1e791635e89113a78e889bfe070c111 strace-6.6.tar.xz diff --git a/main/strace/.pkgfiles b/main/strace/.pkgfiles index 34de2a9bd..04cf806b2 100644 --- a/main/strace/.pkgfiles +++ b/main/strace/.pkgfiles @@ -1,4 +1,4 @@ -strace-6.5-1 +strace-6.6-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 f30553664..958e30515 100755 --- a/main/strace/spkgbuild +++ b/main/strace/spkgbuild @@ -2,7 +2,7 @@ # depends : elfutils name=strace -version=6.5 +version=6.6 release=1 source="https://github.com/strace/strace/releases/download/v$version/$name-$version.tar.xz"