From 30054984a4172e7c3ed5bccc437c0b4c3d677f33 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 12 Jul 2021 23:31:39 +0300 Subject: [PATCH] notcurses: update to 2.3.9. --- srcpkgs/notcurses/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index 4b3ad51ba2fb..aa4ea8946857 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,6 +1,6 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.3.8 +version=2.3.9 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=40d8fc70d1f56f0473aff1f965c095135308f7ebbecd6f9ed21c89fd4513b4c8 +checksum=fbcc13eb2a4decee4cef01e30d19f50b3e0353636d666307893673e1786a34e8 build_options="man" desc_option_man="Use pandoc for manpages"