package/strace: bump version to 6.16

Release notes:
https://github.com/strace/strace/releases/tag/v6.16

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Akhilesh Nema
2025-08-11 23:32:48 -07:00
committed by Julien Olivain
parent fb6256c0ef
commit dec8cfe396
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Locally calculated after checking signature with RSA key 0xA8041FA839E16E36
# https://strace.io/files/6.15/strace-6.15.tar.xz.asc
sha256 8552dfab08abc22a0f2048c98fd9541fd4d71b6882507952780dab7c7c512f51 strace-6.15.tar.xz
# https://strace.io/files/6.16/strace-6.16.tar.xz.asc
sha256 3d7aee7e4f044b2f67f3d51a8a76eda18076e9fb2774de54ac351d777d4ebffa strace-6.16.tar.xz
sha256 ca2a0994c57e48b16828008c80cdb626e471b6b59116a8443b2ce4e3c77ddc3b COPYING
sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later

View File

@@ -4,7 +4,7 @@
#
################################################################################
STRACE_VERSION = 6.15
STRACE_VERSION = 6.16
STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
STRACE_SITE = https://github.com/strace/strace/releases/download/v$(STRACE_VERSION)
STRACE_LICENSE = LGPL-2.1+