summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-11-09 09:16:44 -0500
committerPatrick Northon2021-11-09 09:16:44 -0500
commit1650ab80924c2a31c5c23c51e3efe4ff335d2335 (patch)
treed400d951080642913f99b4b51158d261dfb1a54c
parente56ff7ab0872066ddb7e69885ab1b54d4cde6dcb (diff)
downloadaur-1650ab80924c2a31c5c23c51e3efe4ff335d2335.tar.gz
Update version.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130f5a1c0c0a..99e8934faa59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +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.26
+ pkgver = 1.28
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.26.tar.gz
- sha256sums = ca16f5791f5e1212e97ad710a79cb5b43710efb1989450ab806cbab49c8b50a6
+ source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.28.tar.gz
+ sha256sums = 935b7432c52ba4092e70cadac197713d0352404e6fa35780e1ec868b81b3ecf8
pkgname = beakerlib
-
diff --git a/PKGBUILD b/PKGBUILD
index c978251a8157..363b72256851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=beakerlib
-pkgver=1.26
+pkgver=1.28
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=('ca16f5791f5e1212e97ad710a79cb5b43710efb1989450ab806cbab49c8b50a6')
+sha256sums=('935b7432c52ba4092e70cadac197713d0352404e6fa35780e1ec868b81b3ecf8')
_srcdir="${pkgname}-${pkgver}"