From 2bf3d9a7777b5e29663c0ce18c7f3e26e5352933 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 20 Mar 2022 21:12:06 -0700 Subject: horst: fix compilation with ncurses 6.3 Signed-off-by: Rosen Penev --- net/horst/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/horst/Makefile') diff --git a/net/horst/Makefile b/net/horst/Makefile index a9dfc17a9..80d45092d 100644 --- a/net/horst/Makefile +++ b/net/horst/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=horst PKG_VERSION:=5.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/br101/horst/archive/v$(PKG_VERSION)/ -- cgit v1.2.3