From 97e380ef36e2de2a8965432aa5a8e680980570c1 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 18 Oct 2021 12:28:25 +0300 Subject: [PATCH] notcurses: update to 2.4.7. --- srcpkgs/notcurses/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index 0f401a0f8770..e4e63c33efc2 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,6 +1,6 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.4.5 +version=2.4.7 revision=1 build_style=cmake configure_args="-DUSE_STATIC=ON $(vopt_bool man USE_PANDOC)" @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://nick-black.com/dankwiki/index.php/Notcurses" changelog="https://raw.githubusercontent.com/dankamongmen/notcurses/master/NEWS.md" distfiles="https://github.com/dankamongmen/notcurses/archive/v${version}.tar.gz" -checksum=e006c8d0a19d148d1fa779803e19145a7d8c5f1bf1f8e9e5d2c14a5e0d860343 +checksum=c79d960acc5233b8c61f45e4abad8037015258d697685ed106483692402b657f build_options="man" desc_option_man="Use pandoc for manpages"