Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/bats/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'bats'
pkgname=bats
version=1.11.1
version=1.13.0
revision=1
depends="bash"
checkdepends="procps-ng"
Expand All @@ -9,7 +9,7 @@ maintainer="Piraty <mail@piraty.dev>"
license="MIT"
homepage="https://github.com/bats-core/bats-core"
distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz"
checksum=5c57ed9616b78f7fd8c553b9bae3c7c9870119edd727ec17dbd1185c599f79d9
checksum=a85e12b8828271a152b338ca8109aa23493b57950987c8e6dff97ba492772ff3

pre_check() {
export TERM=linux
Expand Down