nq: update to 1.0.

This commit is contained in:
Leah Neukirchen 2024-07-03 18:13:33 +02:00
parent 3c4097bedd
commit e843867f38

View file

@ -1,6 +1,6 @@
# Template file for 'nq'
pkgname=nq
version=0.5
version=1.0
revision=1
build_style=gnu-makefile
short_desc="Unix command line queue utility"
@ -8,4 +8,8 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public Domain"
homepage="https://github.com/leahneukirchen/nq"
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=3f01aaf0b8eee4f5080ed1cd71887cb6485d366257d4cf5470878da2b734b030
checksum=d5b79a488a88f4e4d04184efa0bc116929baf9b34617af70d8debfb37f7431f4
post_install() {
vcompletion _nq zsh
}