ttyplot: update to 1.5.2.

This commit is contained in:
Mihail Ivanchev 2023-11-19 11:54:00 +01:00 committed by classabbyamp
parent 7b1840abb5
commit 59c17b4e40
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'ttyplot'
pkgname=ttyplot
version=1.5
version=1.5.2
revision=1
build_style=gnu-makefile
makedepends="ncurses-devel ncurses-libtinfo-devel"
@ -8,9 +8,10 @@ short_desc="Realtime plotting utility for terminal with data input from stdin"
maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/tenox7/ttyplot"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec
distfiles="https://github.com/tenox7/ttyplot/archive/${version}.tar.gz"
checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d
do_install() {
vbin ttyplot
vman ttyplot.1
}