shunit2: update to 2.1.7.

Closes: #10632 [via git-merge-pr]
This commit is contained in:
maxice8 2018-01-10 01:29:29 -02:00 committed by Jürgen Buchmüller
parent a7f47bb3ea
commit 9c3201b2d9

View file

@ -1,19 +1,19 @@
# Template file for 'shunit2' # Template file for 'shunit2'
pkgname=shunit2 pkgname=shunit2
version=2.1.6 version=2.1.7
revision=1 revision=1
checkdepends="bash zsh" checkdepends="bash zsh ksh"
depends="bash" depends="bash"
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="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="https://github.com/kward/shunit2" homepage="https://github.com/kward/shunit2"
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$version.tgz" distfiles="https://github.com/kward/shunit2/archive/v${version}.tar.gz"
checksum=65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee checksum=41a103aa984bfdeea3fec426edb0b3dda19153a5ce448d4b4bbe52a85c4d7fee
noarch=yes noarch=yes
do_check() { do_check() {
cd src && ./shunit2_test.sh ./test_runner
} }
do_install() { do_install() {
@ -21,5 +21,5 @@ do_install() {
vsconf "$f" vsconf "$f"
done done
vbin src/shunit2 vbin shunit2
} }