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 73cdbb92a226..7200cb378212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=beakerlib
-pkgver=1.29.2
+pkgver=1.29.3
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=('perl')
source=("https://github.com/beakerlib/beakerlib/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('5f86a885b3f42144c277061eaa6865f707025cf5293c2bc55c14fedfe06e54c9')
+sha256sums=('211a800983da1901167a3f8b4576ca91c6363125476a8c239d4f2536b3b2a5d2')
_srcdir="${pkgname}-${pkgver}"