diff options
| author | Nick Hainke | 2025-07-27 10:17:17 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-07-27 16:07:16 +0000 |
| commit | fbf991544fb8ed58568aa63ed69c85a3964a11ab (patch) | |
| tree | c644c9ca05ed282aafece7101a9c12cba34f033e | |
| parent | 97dc9f8dbfde8725ca26ae7ce0f348488e62e29e (diff) | |
| download | openwrt-fbf991544fb8ed58568aa63ed69c85a3964a11ab.tar.gz | |
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 <vincent@systemli.org>
| -rw-r--r-- | tools/fakeroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile index d03b03be27..1b8fba25a7 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 |