Skip to content

Update strace from 5.13 to 6.12 #3192

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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