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/moreutils/Makefile | |
parent | 607e681d8d78219ac43f0f940e1cb8fcf980fc9f (diff) |
moreutils: update to 0.69
- Refresh patch
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'utils/moreutils/Makefile')
-rw-r--r-- | utils/moreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |