summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-10-20 12:16:30 -0400
committerPatrick Northon2022-10-20 12:16:30 -0400
commit28e5370d4bbe19d921ae1b673bdaa84ff7ab7868 (patch)
tree8553a75288c25d5e99508b46d17126d4cc913272
parentd0ece0c8a9c208f82a4603446359f73c1a9b050b (diff)
downloadaur-28e5370d4bbe19d921ae1b673bdaa84ff7ab7868.tar.gz
Update version.
-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}"