bats: update to 1.2.0.
This commit is contained in:
parent
e8d0480b24
commit
e33a6bff05
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bats'
|
||||
pkgname=bats
|
||||
version=1.1.0
|
||||
version=1.2.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="bats-core-${version}"
|
||||
|
@ -10,7 +10,7 @@ maintainer="B. Wilson <x@wilsonb.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/bats-core/bats-core"
|
||||
distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz"
|
||||
checksum=855d8b8bed466bc505e61123d12885500ef6fcdb317ace1b668087364717ea82
|
||||
checksum=c74ea5517d9381c044e8e87427de0113be6ad591213d489aeaa28146daf1c723
|
||||
|
||||
do_check() {
|
||||
bash -c 'bin/bats --tap test'
|
||||
|
|
Loading…
Reference in New Issue