aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2024-03-06 08:31:43 +0100
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2024-03-24 12:34:48 +0100
commite5b561665a5a279db02e68dacbbe832eda2a863f (patch)
tree2db17095eec197a1c7cfbef0eaf6436f828e681c /utils
parent1131acf57fb07c0fa3e47c71bdca172f9d2f2e43 (diff)
nnn: update to version 4.9
- Release notes: https://github.com/jarun/nnn/compare/v4.4...v4.9 - Refresh patch to fix offset Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/nnn/Makefile4
-rw-r--r--utils/nnn/patches/musl-fts.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/nnn/Makefile b/utils/nnn/Makefile
index 6120a9bfe..887ecd700 100644
--- a/utils/nnn/Makefile
+++ b/utils/nnn/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nnn
-PKG_VERSION:=4.4
+PKG_VERSION:=4.9
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/jarun/nnn/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=e04a3f0f0c2af1e18cb6f005d18267c7703644274d21bb93f03b30e4fd3d1653
+PKG_HASH:=9e25465a856d3ba626d6163046669c0d4010d520f2fb848b0d611e1ec6af1b22
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
PKG_LICENSE:=BSD-2-Clause
diff --git a/utils/nnn/patches/musl-fts.patch b/utils/nnn/patches/musl-fts.patch
index 1d6df26bf..1a8179eb1 100644
--- a/utils/nnn/patches/musl-fts.patch
+++ b/utils/nnn/patches/musl-fts.patch
@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
-@@ -135,7 +135,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wshado
+@@ -152,7 +152,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wshado
CFLAGS += $(CFLAGS_OPTIMIZATION)
CFLAGS += $(CFLAGS_CURSES)