From 43347896677b317d36c1ce7521bfd41f74cf1659 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 2 Dec 2024 12:34:10 +0100 Subject: [PATCH 1/2] strace: Add generic SRCURL for easier update --- strace.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/strace.be0 b/strace.be0 index 8d2099c30..6360d9ef3 100755 --- a/strace.be0 +++ b/strace.be0 @@ -4,6 +4,7 @@ # https://strace.io/files/5.13/strace-5.13.tar.xz +#SRCURL[0]="https://strace.io/files/${PKGVERSION}/strace-${PKGVERSION}.tar.xz" SRCURL[0]="https://beehive.molgen.mpg.de/a64471e9e9df0f5b0d81461cb17926ea/strace-5.13.tar.xz" # PATCHURL+=() From 40449657b76c2d5055ffbb3fd50ab4dabdaf67f5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 2 Dec 2024 12:28:32 +0100 Subject: [PATCH 2/2] strace: Update version from 5.13 to 6.12 https://github.com/strace/strace/blob/v6.12/NEWS --- strace.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/strace.be0 b/strace.be0 index 6360d9ef3..72ad8464d 100755 --- a/strace.be0 +++ b/strace.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION strace-5.13-0 +# BEE_VERSION strace-6.12-0 -# https://strace.io/files/5.13/strace-5.13.tar.xz +# https://strace.io/files/6.12/strace-6.12.tar.xz #SRCURL[0]="https://strace.io/files/${PKGVERSION}/strace-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/a64471e9e9df0f5b0d81461cb17926ea/strace-5.13.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/6b774465c06b0dd01efc00a2db1341c2/strace-6.12.tar.xz" # PATCHURL+=()