From e239521128bb935fc053ed2eea82ef5562069cd2 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 30 Jul 2021 20:39:19 +0300 Subject: [PATCH] notcurses: update to 2.3.12. --- srcpkgs/notcurses/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index 278c10f6d9bf..4b3563f65ffc 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,6 +1,6 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.3.11 +version=2.3.12 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=9cdd868c6546cf1c2cf800ed2a054139b7377527493cdc4b71aced860de0d670 +checksum=ce042908fac11f7df1f9eaa610e46e9c615f53ab036b7c27ae2396292512407b build_options="man" desc_option_man="Use pandoc for manpages"