diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-04-11 22:33:53 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-04-13 14:02:44 -0700 |
commit | c22110929b1fd8ee12252bc5bab90ed6d96fe6d3 (patch) | |
tree | dad045da7b5de555c9ae4f806834c7d5225a1a62 /utils | |
parent | 607e681d8d78219ac43f0f940e1cb8fcf980fc9f (diff) |
moreutils: update to 0.69
- Refresh patch
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/moreutils/Makefile | 4 | ||||
-rw-r--r-- | utils/moreutils/patches/001_disable-manuals.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/moreutils/Makefile b/utils/moreutils/Makefile index 822e568bf..49e3a42fb 100644 --- a/utils/moreutils/Makefile +++ b/utils/moreutils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=moreutils -PKG_VERSION:=0.68 +PKG_VERSION:=0.69 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.kitenet.net/index.cgi/moreutils.git/snapshot -PKG_HASH:=5eb14bc7bc1407743478ebdbd83772bf3b927fd949136a2fbbde96fa6000b6e7 +PKG_HASH:=0f795d25356ca61544966646fb707d5be0b9864116be0269df5433f62d4e05d1 PKG_MAINTAINER:=Nikil Mehta <nikil.mehta@gmail.com> PKG_LICENSE:=GPL-2.0-or-later diff --git a/utils/moreutils/patches/001_disable-manuals.patch b/utils/moreutils/patches/001_disable-manuals.patch index d5181a304..99393af5c 100644 --- a/utils/moreutils/patches/001_disable-manuals.patch +++ b/utils/moreutils/patches/001_disable-manuals.patch @@ -9,7 +9,7 @@ clean: rm -f $(BINS) $(MANS) dump.c errnos.h errno.o \ -@@ -28,9 +28,6 @@ install: +@@ -33,9 +33,6 @@ install: $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin |