Skip to content

Commit

Permalink
Merge pull request #3192 from mariux64/update-strace-from-5.13-to-6.12
Browse files Browse the repository at this point in the history
Update strace from 5.13 to 6.12
  • Loading branch information
pmenzel authored Dec 2, 2024
2 parents 33fe47e + 4044965 commit 3ccf8aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions strace.be0
Original file line number Diff line number Diff line change
@@ -1,10 +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://beehive.molgen.mpg.de/a64471e9e9df0f5b0d81461cb17926ea/strace-5.13.tar.xz"
#SRCURL[0]="https://strace.io/files/${PKGVERSION}/strace-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/6b774465c06b0dd01efc00a2db1341c2/strace-6.12.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit 3ccf8aa

Please sign in to comment.