Date: Sunday, February 26, 2023 @ 15:15:34
Author: foxboron
Revision: 1405168
upgpkg: bash-bats 1.9.0-1
Modified:
bash-bats/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-26 15:13:01 UTC (rev 1405167)
+++ PKGBUILD 2023-02-26 15:15:34 UTC (rev 1405168)
@@ -4,7 +4,7 @@
# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
pkgname=bash-bats
-pkgver=1.8.2
+pkgver=1.9.0
pkgrel=1
pkgdesc="Bash Automated Testing System"
arch=("any")
@@ -12,7 +12,7 @@
license=("MIT")
depends=('bash')
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha256sums=('0f2df311a536e625a72bff64c838e67c7b5032e6ea9edcdf32758303062b2f3b')
+sha256sums=('3c64295318d157616ca2478de819371e2c579ccdab30c1f0b7279f7b214fb1f4')
check() {
cd "bats-core-${pkgver}"