From d3fcbe633e2edb4d2aa80d54e8145a458ac042e8 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 14 Apr 2021 12:26:14 +0300 Subject: [PATCH] notcurses: update to 2.2.6. --- srcpkgs/notcurses/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index 3f6846660b15..7aea010bab84 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,6 +1,6 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.2.4 +version=2.2.6 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=f062b4a86ab61e800c8754cd36af557f41ac8a015e3fe3921dab1ed37c665394 +checksum=0507e507f9843a494aa66f31e419add5fbdbceb8fbc9345f3e6d4b55ed8a89d9 build_options="man" desc_option_man="Use pandoc for manpages"