Browse Source

strace: update to 4.21

Waldemar Brodkorb 6 years ago
parent
commit
3994b460c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/strace/Makefile

+ 2 - 2
package/strace/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		strace
-PKG_VERSION:=		4.20
+PKG_VERSION:=		4.21
 PKG_RELEASE:=		1
-PKG_HASH:=		5bf3148dd17306a42566f7da17368fdd781afa147db05ea63a4ca2b50f58c523
+PKG_HASH:=		5c7688db44073e94c59a5627744e5699454419824cc8166e8bcfd7ec58375c37
 PKG_DESCR:=		system call trace program
 PKG_SECTION:=		app/debug
 PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=strace/}