mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/strace: bump version to 6.12
Changelog - https://github.com/strace/strace/releases/tag/v6.12 Signed-off-by: Derzsi Dániel <daniel@tohka.us> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
24bad65295
commit
139be85362
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Locally calculated after checking signature with RSA key 0xA8041FA839E16E36
|
||||
# https://strace.io/files/6.11/strace-6.11.tar.xz.asc
|
||||
sha256 83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5 strace-6.11.tar.xz
|
||||
# https://strace.io/files/6.12/strace-6.12.tar.xz.asc
|
||||
sha256 c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe strace-6.12.tar.xz
|
||||
sha256 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1 COPYING
|
||||
sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
STRACE_VERSION = 6.11
|
||||
STRACE_VERSION = 6.12
|
||||
STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
|
||||
STRACE_SITE = https://github.com/strace/strace/releases/download/v$(STRACE_VERSION)
|
||||
STRACE_LICENSE = LGPL-2.1+
|
||||
|
|
|
|||
Loading…
Reference in a new issue