From fbf991544fb8ed58568aa63ed69c85a3964a11ab Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sun, 27 Jul 2025 12:17:17 +0200 Subject: [PATCH] tools: fakeroot: update to 1.37.1.2 There are no patches that need to be refreshed. Changelog: https://salsa.debian.org/clint/fakeroot/-/blob/debian/1.37.1.2-1/debian/changelog?ref_type=tags Link: https://github.com/openwrt/openwrt/pull/19545 Signed-off-by: Nick Hainke --- tools/fakeroot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile index d03b03be279..1b8fba25a7e 100644 --- a/tools/fakeroot/Makefile +++ b/tools/fakeroot/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fakeroot -PKG_VERSION:=1.37 +PKG_VERSION:=1.37.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot -PKG_HASH:=9831cc912bc1da6dadac15699c5a07a82c00d6f0dd5c15ec02e20908dd527d3a +PKG_HASH:=959496928c8a676ec8377f665ff6a19a707bfad693325f9cc4a4126642f53224 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf -- 2.47.2