ttyplot: update to 1.5
This commit is contained in:
parent
9a7b55dc50
commit
796f541c67
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'ttyplot'
|
||||
pkgname=ttyplot
|
||||
version=1.4
|
||||
version=1.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="ncurses-devel"
|
||||
makedepends="ncurses-devel ncurses-libtinfo-devel"
|
||||
short_desc="Realtime plotting utility for terminal with data input from stdin"
|
||||
maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
|
||||
license="Unlicense"
|
||||
homepage="https://github.com/tenox7/ttyplot"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=11974754981406d19cfa16865b59770faaf3ade8d909d9a0134dc56e00d29bd4
|
||||
checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec
|
||||
|
||||
do_install() {
|
||||
vbin ttyplot
|
||||
|
|
Loading…
Reference in New Issue