shunit2: update to 2.1.8.

This commit is contained in:
mobinmob 2020-04-18 11:07:26 +03:00 committed by Helmut Pozimski
parent cf97150a1a
commit 1db618b891

View file

@ -1,16 +1,17 @@
# Template file for 'shunit2' # Template file for 'shunit2'
pkgname=shunit2 pkgname=shunit2
version=2.1.7 version=2.1.8
revision=1 revision=1
checkdepends="bash zsh ksh" archs=noarch
depends="bash" depends="bash"
checkdepends="bash zsh ksh"
short_desc="Unit testing framework for Unix shell scripts based on xUnit" short_desc="Unit testing framework for Unix shell scripts based on xUnit"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1" license="Apache-2.0"
homepage="https://github.com/kward/shunit2" homepage="https://github.com/kward/shunit2"
changelog="https://raw.githubusercontent.com/kward/shunit2/master/doc/CHANGES-2.1.md"
distfiles="https://github.com/kward/shunit2/archive/v${version}.tar.gz" distfiles="https://github.com/kward/shunit2/archive/v${version}.tar.gz"
checksum=41a103aa984bfdeea3fec426edb0b3dda19153a5ce448d4b4bbe52a85c4d7fee checksum=b2fed28ba7282e4878640395284e43f08a029a6c27632df73267c8043c71b60c
archs=noarch
do_check() { do_check() {
./test_runner ./test_runner
@ -22,4 +23,5 @@ do_install() {
done done
vbin shunit2 vbin shunit2
vdoc doc/design_doc.txt
} }