diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-09-18 00:20:45 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-20 15:21:17 +0200 |
commit | 22c30ed958296b756cef60b42200d668b145bf6b (patch) | |
tree | cd26acfeb9796ef924a6b45d53ef60f892e6de56 /tools/fakeroot/Makefile | |
parent | af1853af602cbdd85d8efdbf7f6ab56efc2e0b71 (diff) | |
download | upstream-22c30ed958296b756cef60b42200d668b145bf6b.tar.gz upstream-22c30ed958296b756cef60b42200d668b145bf6b.tar.bz2 upstream-22c30ed958296b756cef60b42200d668b145bf6b.zip |
tools/fakeroot: update to 1.26
Remove upstreamed patches. Refresh other.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/fakeroot/Makefile')
-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 61bc27b90e..5c5f25e226 100644 --- a/tools/fakeroot/Makefile +++ b/tools/fakeroot/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fakeroot -PKG_VERSION:=1.25.3 +PKG_VERSION:=1.26 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot -PKG_HASH:=8e903683357f7f5bcc31b879fd743391ad47691d4be33d24a76be3b6c21e956c +PKG_HASH:=480a578ffdc5592e73df4c086950d321b4adc78dbdaec56c82e4fe1fb68de8e9 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf |