summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02e18c3c03b0..ceedd38bb7cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=beakerlib
-pkgver=1.29
+pkgver=1.29.1
pkgrel=1
pkgdesc="BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=()
makedepends=()
source=("https://github.com/beakerlib/beakerlib/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('3e3babd11a5ee4dec21f1c3d4fff775cd83f519af3739a7b8c7a32ed34d15708')
+sha256sums=('28e510aa77071d9747c243bd36704f6835191e94823dfa87b3daca58c2195432')
_srcdir="${pkgname}-${pkgver}"