aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2023-04-17 22:24:32 +0800
committerJeffery To <jeffery.to@gmail.com>2023-04-17 22:24:57 +0800
commit47d67e43bf7447fdba3f30d88b217118d8846b41 (patch)
tree480acdc19dada2965614fbfc25d1231fc76e812d
parent61c3a9a3b92602cbc7b0d59d26d0a5bee9bb9a0d (diff)
slang2: Update to 2.3.3, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 files changed, 5 insertions, 5 deletions
diff --git a/libs/slang2/Makefile b/libs/slang2/Makefile
index 28affd96c..ab72eaf20 100644
--- a/libs/slang2/Makefile
+++ b/libs/slang2/Makefile
@@ -1,7 +1,7 @@
#
# Copyright (C) 2006-2011 Openwrt.org
# Copyright (C) 2011 SMBPhone Inc.
-# Copyright (C) 2019 Jeffery To
+# Copyright (C) 2019, 2023 Jeffery To
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,13 +10,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=slang
-PKG_VERSION:=2.3.2
-PKG_RELEASE:=5
+PKG_VERSION:=2.3.3
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.jedsoft.org/releases/slang \
https://www.jedsoft.org/releases/slang/old
-PKG_HASH:=fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a
+PKG_HASH:=f9145054ae131973c61208ea82486d5dd10e3c5cdad23b7c4a0617743c8f5a18
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
diff --git a/libs/slang2/patches/001-skip-terminfo-dir-test.patch b/libs/slang2/patches/001-skip-terminfo-dir-test.patch
index e56fa7707..dcd02f54b 100644
--- a/libs/slang2/patches/001-skip-terminfo-dir-test.patch
+++ b/libs/slang2/patches/001-skip-terminfo-dir-test.patch
@@ -1,6 +1,6 @@
--- a/configure
+++ b/configure
-@@ -7029,7 +7029,7 @@ TERMCAP=-ltermcap
+@@ -6987,7 +6987,7 @@ TERMCAP=-ltermcap
for terminfo_dir in $JD_Terminfo_Dirs
do