summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17f6d9011aa1..e0cf9720dbd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = beakerlib
pkgdesc = BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests.
- pkgver = 1.29.2
+ pkgver = 1.29.3
pkgrel = 1
url = https://github.com/beakerlib/beakerlib
arch = i686
arch = x86_64
license = GPL2
makedepends = perl
- source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.29.2.tar.gz
- sha256sums = 5f86a885b3f42144c277061eaa6865f707025cf5293c2bc55c14fedfe06e54c9
+ source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.29.3.tar.gz
+ sha256sums = 211a800983da1901167a3f8b4576ca91c6363125476a8c239d4f2536b3b2a5d2
pkgname = beakerlib
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}"