[openwrt/openwrt] strace: update to 6.1

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 17 11:28:48 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/74b7d6960158422b8fb0ccaa4bb52f6838990e23

commit 74b7d6960158422b8fb0ccaa4bb52f6838990e23
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Dec 13 20:05:07 2022 +0100

    strace: update to 6.1
    
    Release Notes:
    https://github.com/strace/strace/releases/tag/v6.1
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/devel/strace/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile
index 7500c37316..2a4516f4bd 100644
--- a/package/devel/strace/Makefile
+++ b/package/devel/strace/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=strace
-PKG_VERSION:=6.0
+PKG_VERSION:=6.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION)
-PKG_HASH:=92d720a666855e9f1c6a11512fd6e99674a82bbfe1442557815f2ce8e1293338
+PKG_HASH:=2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=LGPL-2.1-or-later




More information about the lede-commits mailing list