strace: bump to version 4.16

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2017-02-15 15:09:57 -03:00 committed by Thomas Petazzoni
parent ac82e0ebad
commit 24576234c5
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# From https://sourceforge.net/projects/strace/files/strace/4.15/
md5 1ff96209fec19914c920608ed0791864 strace-4.15.tar.xz
sha1 18fbaeb07d089023764f618f179091b663a0d21e strace-4.15.tar.xz
# From https://sourceforge.net/projects/strace/files/strace/4.16/
md5 2873366cac98770efcbed6e748d5ef23 strace-4.16.tar.xz
sha1 b780a8cd2e60ea836cfd3468e0f81623a346d180 strace-4.16.tar.xz

View File

@ -4,7 +4,7 @@
#
################################################################################
STRACE_VERSION = 4.15
STRACE_VERSION = 4.16
STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
STRACE_SITE = http://downloads.sourceforge.net/project/strace/strace/$(STRACE_VERSION)
STRACE_LICENSE = BSD-3c