From 9c0dd4f1038b5be67a5ac26fb62b7e71255826e0 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 23 Oct 2021 17:38:37 +0300 Subject: [PATCH] notcurses: update to 2.4.8. --- srcpkgs/notcurses/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index e4e63c33efc2..1a5fdae5d21d 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,6 +1,6 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.4.7 +version=2.4.8 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=c79d960acc5233b8c61f45e4abad8037015258d697685ed106483692402b657f +checksum=d06971005e4cf637cc90a694323c580791d1450a77b1700ae8deb453678d3243 build_options="man" desc_option_man="Use pandoc for manpages"