bats: update to 1.8.2.

This commit is contained in:
Piraty 2022-11-11 12:18:19 +01:00
parent 28d6737d48
commit 3dfd01914c
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'bats' # Template file for 'bats'
pkgname=bats pkgname=bats
version=1.8.0 version=1.8.2
revision=1 revision=1
depends="bash" depends="bash"
checkdepends="procps-ng" checkdepends="procps-ng"
@ -9,7 +9,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
license="MIT" license="MIT"
homepage="https://github.com/bats-core/bats-core" homepage="https://github.com/bats-core/bats-core"
distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz" distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz"
checksum=0d4c44823905af5e52a92f9164595c183fb0d0b43b0c4e9c9acf794af20468b7 checksum=0f2df311a536e625a72bff64c838e67c7b5032e6ea9edcdf32758303062b2f3b
pre_check() { pre_check() {
export TERM=linux export TERM=linux