mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/strace: bump version to 6.13
Release notes: https://github.com/strace/strace/releases/tag/v6.13 - Updated hash of the COPYING file (copyright year bump) Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
988ee0a737
commit
95cd45d77d
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Locally calculated after checking signature with RSA key 0xA8041FA839E16E36
|
||||
# https://strace.io/files/6.12/strace-6.12.tar.xz.asc
|
||||
sha256 c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe strace-6.12.tar.xz
|
||||
sha256 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1 COPYING
|
||||
# https://strace.io/files/6.13/strace-6.13.tar.xz.asc
|
||||
sha256 e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17 strace-6.13.tar.xz
|
||||
sha256 ca2a0994c57e48b16828008c80cdb626e471b6b59116a8443b2ce4e3c77ddc3b COPYING
|
||||
sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
STRACE_VERSION = 6.12
|
||||
STRACE_VERSION = 6.13
|
||||
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