mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/strace: bump version to 7.2
https://github.com/strace/strace/releases/tag/v7.2 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
0838e968cb
commit
a1e25fe705
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/strace/strace/releases/tag/v7.1
|
||||
sha256 81743ecf2a5b44186b2f5038afdc8beda7e5c70aed15b4fbfbcc6e9ece24490f strace-7.1.tar.xz
|
||||
# From https://github.com/strace/strace/releases/tag/v7.2
|
||||
sha256 4bde6246926890dcee824f6e6ac42a06752f47d77e5097d86e3c0d6d4b709fe5 strace-7.2.tar.xz
|
||||
# Locally computed
|
||||
sha256 b897cf6bb865cdd72f49fba6ca7b66ad075b9bc51d3cf372923220ce18b5350f COPYING
|
||||
sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
STRACE_VERSION = 7.1
|
||||
STRACE_VERSION = 7.2
|
||||
STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
|
||||
STRACE_SITE = https://github.com/strace/strace/releases/download/v$(STRACE_VERSION)
|
||||
STRACE_LICENSE = LGPL-2.1+
|
||||
|
||||
Reference in New Issue
Block a user