summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 580096b37d3c..6d0b82419ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Brokenpip3 <brokenpip3[at]gmail[dot]com>
pkgname=bash-bats-detik
-pkgver=1.2.1
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
pkgdesc="A library to ease e2e tests of applications in K8s environments with bats"
arch=("any")
url="https://github.com/bats-core/bats-detik"
@@ -10,7 +10,7 @@ license=("MIT")
depends=('bats')
install=bash-bats-detik.install
source=("https://github.com/bats-core/bats-detik/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('7651de66ab890a82597c23bd081e0779b1644dce34211597e890d6f8d3b46d859258081c4287120f55cdf17ef5a5c83ad79917badcc2a9797c5bd59fefa291b7')
+sha512sums=('db186eec55854131f8b89043033ab7fb9c43ce24ae3b02c792d82ce182fe4f17f14b303079811a1b8d024fd35da914dd949c1450f339f9f1043d40edb1c55d97')
check() {
cd "${srcdir}/bats-detik-${pkgver}"