diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-03-20 21:12:06 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-03-21 15:14:50 -0700 |
commit | 2bf3d9a7777b5e29663c0ce18c7f3e26e5352933 (patch) | |
tree | fd332f97408f06492e30a36bf3954b244d771e01 /net/horst/Makefile | |
parent | 2819935d991c3eda5b3d157f6d59c7cf8b9b5d1d (diff) |
horst: fix compilation with ncurses 6.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/horst/Makefile')
-rw-r--r-- | net/horst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)/ |