From 49b915ffd39f5af7d2383fa1b2cfdf3b3e38db74 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 7 Dec 2020 15:39:09 +0200 Subject: [PATCH] notcurses: update to 2.0.10. --- srcpkgs/notcurses/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index 06aaa398418..3d19c0d0890 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,6 +1,6 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.0.9 +version=2.0.10 revision=1 build_style=cmake configure_args="-DUSE_STATIC=ON $(vopt_bool man USE_PANDOC)" @@ -13,7 +13,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=b1403efd0b1fe8fcb472542cf4f10a201d593745a88287df5d05a7fce987ca7d +checksum=ea0168522509bd29ddd84788d4d6cb904d9c12926cb86e2e7510d0d60b781d12 build_options="man" desc_option_man="Use pandoc for manpages"