From 2c6d33f4e4599b57ebbd126adce60a5059177995 Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Sun, 19 Nov 2023 11:54:00 +0100 Subject: [PATCH] ttyplot: update to 1.5.2. --- srcpkgs/ttyplot/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ttyplot/template b/srcpkgs/ttyplot/template index 8ea6d3ba8b530..325d12c89ceb1 100644 --- a/srcpkgs/ttyplot/template +++ b/srcpkgs/ttyplot/template @@ -1,7 +1,7 @@ # Template file for 'ttyplot' pkgname=ttyplot -version=1.5 -revision=1 +version=1.5.2 +revision=2 build_style=gnu-makefile makedepends="ncurses-devel ncurses-libtinfo-devel" short_desc="Realtime plotting utility for terminal with data input from stdin" @@ -9,8 +9,9 @@ maintainer="misuchiru03 " license="Apache-2.0" homepage="https://github.com/tenox7/ttyplot" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec +checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d do_install() { vbin ttyplot + vman ttyplot.1 }