shunit2: update to 2.1.8.
This commit is contained in:
parent
cf97150a1a
commit
1db618b891
1 changed files with 7 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'shunit2'
|
||||
pkgname=shunit2
|
||||
version=2.1.7
|
||||
version=2.1.8
|
||||
revision=1
|
||||
checkdepends="bash zsh ksh"
|
||||
archs=noarch
|
||||
depends="bash"
|
||||
checkdepends="bash zsh ksh"
|
||||
short_desc="Unit testing framework for Unix shell scripts based on xUnit"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="Apache-2.0"
|
||||
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"
|
||||
checksum=41a103aa984bfdeea3fec426edb0b3dda19153a5ce448d4b4bbe52a85c4d7fee
|
||||
archs=noarch
|
||||
checksum=b2fed28ba7282e4878640395284e43f08a029a6c27632df73267c8043c71b60c
|
||||
|
||||
do_check() {
|
||||
./test_runner
|
||||
|
@ -22,4 +23,5 @@ do_install() {
|
|||
done
|
||||
|
||||
vbin shunit2
|
||||
vdoc doc/design_doc.txt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue