qed: update to 1.0.2.

This commit is contained in:
Leah Neukirchen 2021-02-18 21:34:35 +01:00
parent d4a9febf12
commit 7bc24965ad

View file

@ -1,6 +1,6 @@
# Template file for 'qed' # Template file for 'qed'
pkgname=qed pkgname=qed
version=1.0.1 version=1.0.2
revision=1 revision=1
wrksrc="QED-${version}" wrksrc="QED-${version}"
build_style=gnu-makefile build_style=gnu-makefile
@ -9,10 +9,10 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public Domain" # Usenix Tape license="Public Domain" # Usenix Tape
homepage="https://github.com/phonologus/QED" homepage="https://github.com/phonologus/QED"
distfiles="https://github.com/phonologus/QED/archive/v${version}.tar.gz" distfiles="https://github.com/phonologus/QED/archive/v${version}.tar.gz"
checksum=80a3a71e2cbb8d666c3c18b69afc45986153152b2db8ff3610fe89de83bfe5db checksum=e0d27f76bfd9089623233e68eba9d23a3c221e15418c70fddef7e4a03535bdfd
do_install() { do_install() {
vbin qed vbin qed
vman doc/qed.1 vman doc/qed.1
vman doc/qed-tutorial.1 vdoc doc/qed-tutorial.html
} }