diff options
| author | Shiji Yang | 2025-02-03 02:20:41 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-02-20 18:42:50 +0000 |
| commit | 2b0c973895751f10bc8f4b1d8f6e6ce2c7b107d4 (patch) | |
| tree | a8add6e6b4c2485b977c8cf872402ba5deec74fb | |
| parent | 57b0304ce93b9e84701de3091c9f272e6b14e6fa (diff) | |
| download | openwrt-2b0c973895751f10bc8f4b1d8f6e6ce2c7b107d4.tar.gz | |
tools: fakeroot: update to 1.37
There are no patches that need to be refreshed.
changelog:
https://salsa.debian.org/clint/fakeroot/-/blob/debian/1.37-1/debian/changelog?ref_type=tags
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/17879
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 22b2c8f24f..d03b03be27 100644 --- a/tools/fakeroot/Makefile +++ b/tools/fakeroot/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fakeroot -PKG_VERSION:=1.36 +PKG_VERSION:=1.37 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot -PKG_HASH:=7fe3cf3daf95ee93b47e568e85f4d341a1f9ae91766b4f9a9cdc29737dea4988 +PKG_HASH:=9831cc912bc1da6dadac15699c5a07a82c00d6f0dd5c15ec02e20908dd527d3a PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf |