summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-07-19 09:17:46 -0400
committerPatrick Northon2022-07-19 09:17:46 -0400
commit71c9b2f1f1a66abe3b7b35fe219206606ca36c59 (patch)
tree43501bdd5e9d9f99570201e88f967d1c2b1b814a
parent1650ab80924c2a31c5c23c51e3efe4ff335d2335 (diff)
downloadaur-71c9b2f1f1a66abe3b7b35fe219206606ca36c59.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 99e8934faa59..69c9d10dd2b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
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.28
+ pkgver = 1.29
pkgrel = 1
url = https://github.com/beakerlib/beakerlib
arch = i686
arch = x86_64
license = GPL2
- source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.28.tar.gz
- sha256sums = 935b7432c52ba4092e70cadac197713d0352404e6fa35780e1ec868b81b3ecf8
+ source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.29.tar.gz
+ sha256sums = 3e3babd11a5ee4dec21f1c3d4fff775cd83f519af3739a7b8c7a32ed34d15708
pkgname = beakerlib
diff --git a/PKGBUILD b/PKGBUILD
index 363b72256851..02e18c3c03b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=beakerlib
-pkgver=1.28
+pkgver=1.29
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=('935b7432c52ba4092e70cadac197713d0352404e6fa35780e1ec868b81b3ecf8')
+sha256sums=('3e3babd11a5ee4dec21f1c3d4fff775cd83f519af3739a7b8c7a32ed34d15708')
_srcdir="${pkgname}-${pkgver}"